El contenido de los perfiles puede cambiar en nuevas versiones o lanzamientos de ABBYY FineReader Engine. Consulte este artículo al actualizar si su aplicación depende de configuraciones de perfil específicas. También puede crear sus propios perfiles para eliminar cualquier posibilidad de cambio. Consulte Trabajo con perfiles para obtener instrucciones detalladas.
| Nombre del perfil | Configuración | Formatos de exportación recomendados o API para continuar con el procesamiento | |
|---|---|---|---|
| DataExtraction | PageAnalysisParams AnalysisMode = PAM_TextExtraction SpeedQualityMode = SQM_Accurate DetectBarcodes = TRUE DetectPictures = TRUE DetectTables = TRUE DetectHandwritten = TRUE DetectCheckmarks = TRUE DetectStamps = TRUE DetectTextOnPictures = TRUE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Accurate TextTypes = TT_Normal | TT_Handwritten SynthesisParamsForDocument DetectDocumentStructure = TRUE | Exportación recomendada: JSON, XML |
| DocumentConversion_Accuracy | PageAnalysisParams AnalysisMode = PAM_DocumentConversion SpeedQualityMode = SQM_Accurate DetectBarcodes = TRUE DetectPictures = TRUE DetectTables = TRUE DetectHandwritten = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Accurate TextTypes = TT_Normal SynthesisParamsForDocument DetectDocumentStructure = TRUE DetectFontFormatting = TRUE | Exportación recomendada: DOCX, RTF, PPTX, XLSX | |
| DocumentConversion_Normal | PagePreprocessingParams CorrectOrientationMode = COM_No CorrectSkewMode = CSM_Fast PageAnalysisParams AnalysisMode = PAM_DocumentConversion SpeedQualityMode = SQM_Fast DetectBarcodes = FALSE DetectPictures = TRUE DetectTables = TRUE DetectHandwritten = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Normal TextTypes = TT_Normal SynthesisParamsForDocument DetectDocumentStructure = TRUE DetectFontFormatting = TRUE | Exportación recomendada: DOCX, RTF, PPTX, XLSX | |
| DocumentArchiving_Accuracy | PageAnalysisParams AnalysisMode = PAM_TextExtraction SpeedQualityMode = SQM_Accurate DetectBarcodes = TRUE DetectPictures = TRUE DetectTables = FALSE DetectHandwritten = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Accurate SynthesisParamsForDocument DetectDocumentStructure = FALSE DetectFontFormatting = FALSE SynthesisParamsForPage DetectFontFormattingAtPageLevel = TRUE DetectTextColor = TSPV_No DetectBackgroundColor = TSPV_No | Exportación recomendada: PDF (texto debajo de la imagen) ⚠️ ¡Importante! Este perfil no está pensado para convertir documentos a RTF, DOCX o PDF de solo texto. Utilice los perfiles de conversión de documentos para ello. | |
| DocumentArchiving_Speed | ObjectsExtractionParams FastObjectsExtraction = TRUE ProhibitColorImage = TRUE PagePreprocessingParams UseFastBinarization = TRUE CorrectOrientationMode = COM_No CorrectSkewMode = CSM_Fast CropImage = TSPV_No DetectImageType = TSPV_No StraightenLinesMode = SLM_Fast ResolutionDetectionMode = RDM_Fast PageAnalysisParams AnalysisMode = PAM_TextExtraction SpeedQualityMode = SQM_Fast DetectBarcodes = FALSE DetectPictures = FALSE DetectTables = FALSE DetectHandwritten = FALSE DetectVerticalEuropeanText = FALSE RecognizerParams Mode = RM_Fast SynthesisParamsForDocument DetectDocumentStructure = FALSE DetectFontFormatting = FALSE SynthesisParamsForPage DetectFontFormattingAtPageLevel = TRUE DetectTextColor = TSPV_No DetectBackgroundColor = TSPV_No | Exportación recomendada: PDF (texto debajo de la imagen) ⚠️ ¡Importante! El perfil no está pensado para convertir un documento a RTF, DOCX o PDF de solo texto. Utilice los perfiles de conversión de documentos para ello. | |
| TextExtraction_Accuracy | PageAnalysisParams AnalysisMode = PAM_TextExtraction SpeedQualityMode = SQM_Accurate DetectBarcodes = TRUE DetectPictures = FALSE DetectTables = FALSE DetectVectorGraphics = FALSE DetectHandwritten = FALSE DetectSeparators = TRUE DetectCheckmarks = FALSE DetectStamps = FALSE DetectTextOnPictures = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Accurate SynthesisParamsForDocument DetectDocumentStructure = TRUE DetectFontFormatting = FALSE SynthesisParamsForPage DetectFontFormattingAtPageLevel = TRUE DetectTextColor = TSPV_No DetectBackgroundColor = TSPV_No | Exportación recomendada: TXT, JSON, XML | |
| TextExtraction_Speed | ObjectsExtractionParams FastObjectsExtraction = TRUE ProhibitColorImage = FALSE PagePreprocessingParams UseFastBinarization = TRUE DiscardColorImage = TRUE CorrectOrientationMode = COM_No ResolutionDetectionMode = RDM_Fast PageAnalysisParams AnalysisMode = PAM_TextExtraction SpeedQualityMode = SQM_Fast DetectBarcodes = FALSE DetectPictures = FALSE DetectTables = FALSE DetectVectorGraphics = FALSE DetectHandwritten = FALSE DetectSeparators = TRUE DetectCheckmarks = FALSE DetectStamps = FALSE DetectTextOnPictures = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Fast SynthesisParamsForDocument DetectDocumentStructure = FALSE DetectFontFormatting = FALSE SynthesisParamsForPage DetectFontFormattingAtPageLevel = TRUE DetectTextColor = TSPV_No DetectBackgroundColor = TSPV_No | Exportación recomendada: TXT, JSON, XML | |
| FieldLevelRecognition | DocumentProcessingParams PerformSynthesis = FALSE PageProcessingParams PerformAnalysis = FALSE RecognizerParams Mode = RM_Accurate SynthesisParamsForPage DetectFontFormattingAtPageLevel = FALSE | API recomendada: Para acceder al texto reconocido de un campo, use el objeto TextBlock y su subobjeto Text. Use el objeto CharParams para obtener los parámetros de un carácter reconocido y sus variantes de reconocimiento. | |
| ReconocimientoDeCódigoDeBarras_Exactitud | ObjectsExtractionParams DetectMatrixPrinter = FALSE DetectPorousText = FALSE PageAnalysisParams DetectBarcodes = TRUE DetectPictures = FALSE DetectTables = FALSE DetectText = FALSE DetectSeparators = FALSE DetectVectorGraphics = FALSE PagePreprocessingParams CorrectSkewMode = CSM_Off | API recomendada: Para acceder al texto reconocido de un código de barras, utilice el objeto BarcodeBlock y su subobjeto Text. | |
| BarcodeRecognition_Speed | ObjectsExtractionParams DetectMatrixPrinter = FALSE DetectPorousText = FALSE FastObjectsExtraction = TRUE PageAnalysisParams DetectBarcodes = TRUE DetectPictures = FALSE DetectTables = FALSE DetectText = FALSE DetectSeparators = FALSE DetectVectorGraphics = FALSE PagePreprocessingParams CorrectSkewMode = CSM_Off DiscardColorImage = TRUE StraightenLinesMode = SLM_Fast PageProcessingParams PerformPreprocessing = FALSE | API recomendada: Para acceder al texto reconocido de un código de barras, utilice el objeto BarcodeBlock y su subobjeto Text. | |
| BarcodeRecognition | Este perfil equivale a BarcodeRecognition_Accuracy. Se conserva únicamente por compatibilidad con versiones anteriores. | API recomendada: Para acceder al texto reconocido de un código de barras, use el objeto BarcodeBlock y su subobjeto Text. | |
| HighCompressedImageOnlyPdf | DocumentProcessingParams PerformSynthesis = FALSE ObjectsExtractionParams ProhibitColorImage = TRUE PageAnalysisParams CollectPdfExportData = TRUE AnalysisMode = PAM_TextOnly PageProcessingParams PerformRecognition = FALSE PDFExportParams Scenario = PES_MinSize TextExportMode = PEM_ImageOnly PagePreprocessingParams CorrectSkewMode = CSM_Off | Exportación recomendada: PDF | |
| BusinessCardsProcessing | ObjectsExtractionParams EnableAggressiveTextExtraction = TRUE ProhibitColorImage = FALSE PageAnalysisParams PageObjectsUsageMode = POUM_BCR PrepareImageMode DocumentType = DT_BusinessCard SynthesisParamsForDocument DetectDocumentStructure = FALSE SynthesisParamsForPage SynthesizeBusinessCards = TRUE | Formatos de exportación recomendados: vCard, XML | |
| MachineReadableZone | PagePreprocessingParams CorrectGeometry = TSPV_Auto CorrectOrientationMode = COM_Auto CorrectSkewMode = CSM_Auto OverwriteResolutionMode = ORM_Auto PageAnalysisParams AnalysisMode = PAM_TextOnly DetectPictures = FALSE DetectSeparators = FALSE DetectTables = FALSE DetectText = TRUE DetectVectorGraphics = FALSE DetectTextOnPictures = TRUE ObjectsExtractionParams EnableAggressiveTextExtraction = TRUE RemoveGarbage = TRUE RemoveTexture = TRUE RecognizerParams Mode = RM_Accurate SynthesisParamsForDocument DetectFontFormatting = TRUE DocumentProcessingParams PerformSynthesis = TRUE | Exportación recomendada: XML, JSON | |
| EngineeringDrawingsProcessing | PageAnalysisParams AnalysisMode = PAM_TextOnly DetectPictures = FALSE DetectVectorGraphics = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Accurate FontFormattingDetectionParams DetectFontFamily = TRUE DetectBold = TRUE DetectFontSize = TRUE SynthesisParamsForDocument DetectDocumentStructure = FALSE DetectFontFormatting = FALSE SynthesisParamsForPage DetectFontFormattingAtPageLevel = TRUE | Exportación recomendada: PDF | |
| Predeterminado | Todos los valores se establecen según los valores predeterminados especificados en la descripción de cada object. | — |
