> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Especificación de perfiles predefinidos

> Especificación completa de todos los perfiles predefinidos de ABBYY FineReader Engine (DocumentConversion, DocumentArchiving, TextExtraction, DataExtraction, BarcodeRecognition, MachineReadableZone y más) para la resolución de problemas y la depuración.

ABBYY FineReader Engine proporciona un conjunto de perfiles predefinidos diseñados para los [principales escenarios de uso](/es/fine-reader/engine/guided-tour/basic-usage-scenarios-implementation). Este artículo contiene la especificación completa de todos los perfiles predefinidos, para facilitar la resolución de problemas y la depuración de las aplicaciones que los utilizan.

<Warning>
  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](/es/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles) para obtener instrucciones detalladas.
</Warning>

La configuración proporcionada por estos perfiles puede cargarse mediante el método [LoadPredefinedProfile](/es/fine-reader/engine/api-reference/engine-object-iengine-interface/supplementary-methods/loadpredefinedprofile-method) del objeto Engine. En la tabla siguiente se enumeran, para cada perfil, todas las propiedades de los objetos que se establecen con un valor distinto del predeterminado, junto con los formatos de exportación recomendados o la API para su posterior procesamiento. Todos los objetos creados después de cargar un perfil tendrán estas propiedades establecidas en los valores especificados.

| Nombre del perfil                             | Configuración                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Formatos de exportación recomendados o API para continuar con el procesamiento                                                                                                                                                                 |                                    |
| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| **DataExtraction**                            | **[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />AnalysisMode = PAM\_TextExtraction<br />SpeedQualityMode = SQM\_Accurate<br />DetectBarcodes = TRUE<br />DetectPictures = TRUE<br />DetectTables = TRUE<br />DetectHandwritten = TRUE<br />DetectCheckmarks = TRUE<br />DetectStamps = TRUE<br />DetectTextOnPictures = TRUE<br />DetectVerticalEuropeanText = TRUE<br /><br />**[RecognizerParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br />TextTypes = TT\_Normal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | TT\_Handwritten<br /><br />**[SynthesisParamsForDocument](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE | Exportación recomendada: JSON, XML |
| **DocumentConversion\_Accuracy**              | **[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />AnalysisMode = PAM\_DocumentConversion<br />SpeedQualityMode = SQM\_Accurate<br />DetectBarcodes = TRUE<br />DetectPictures = TRUE<br />DetectTables = TRUE<br />DetectHandwritten = FALSE<br />DetectVerticalEuropeanText = TRUE<br /><br />**[RecognizerParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br />TextTypes = TT\_Normal<br /><br />**[SynthesisParamsForDocument](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Exportación recomendada: DOCX, RTF, PPTX, XLSX                                                                                                                                                                                                 |                                    |
| **DocumentConversion\_Normal**                | **[PagePreprocessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />CorrectOrientationMode = COM\_No<br />CorrectSkewMode = CSM\_Fast<br /><br />**[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />AnalysisMode = PAM\_DocumentConversion<br />SpeedQualityMode = SQM\_Fast<br />DetectBarcodes = FALSE<br />DetectPictures = TRUE<br />DetectTables = TRUE<br />DetectHandwritten = FALSE<br />DetectVerticalEuropeanText = TRUE<br /><br />**[RecognizerParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Normal<br />TextTypes = TT\_Normal<br /><br />**[SynthesisParamsForDocument](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Exportación recomendada: DOCX, RTF, PPTX, XLSX                                                                                                                                                                                                 |                                    |
| **DocumentArchiving\_Accuracy**               | **[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />AnalysisMode = PAM\_TextExtraction<br />SpeedQualityMode = SQM\_Accurate<br />DetectBarcodes = TRUE<br />DetectPictures = TRUE<br />DetectTables = FALSE<br />DetectHandwritten = FALSE<br />DetectVerticalEuropeanText = TRUE<br /><br />**[RecognizerParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />DetectFontFormattingAtPageLevel = TRUE<br />DetectTextColor = TSPV\_No<br />DetectBackgroundColor = TSPV\_No                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Exportación recomendada: PDF (texto debajo de la imagen)<br /><br />⚠️ **¡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](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />FastObjectsExtraction = TRUE<br />ProhibitColorImage = TRUE<br /><br />**[PagePreprocessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />UseFastBinarization = TRUE<br />CorrectOrientationMode = COM\_No<br />CorrectSkewMode = CSM\_Fast<br />CropImage = TSPV\_No<br />DetectImageType = TSPV\_No<br />StraightenLinesMode = SLM\_Fast<br />ResolutionDetectionMode = RDM\_Fast<br /><br />**[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />AnalysisMode = PAM\_TextExtraction<br />SpeedQualityMode = SQM\_Fast<br />DetectBarcodes = FALSE<br />DetectPictures = FALSE<br />DetectTables = FALSE<br />DetectHandwritten = FALSE<br />DetectVerticalEuropeanText = FALSE<br /><br />**[RecognizerParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Fast<br /><br />**[SynthesisParamsForDocument](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />DetectFontFormattingAtPageLevel = TRUE<br />DetectTextColor = TSPV\_No<br />DetectBackgroundColor = TSPV\_No                                                        | Exportación recomendada: PDF (texto debajo de la imagen)<br /><br />⚠️ **¡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](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />AnalysisMode = PAM\_TextExtraction<br />SpeedQualityMode = SQM\_Accurate<br />DetectBarcodes = TRUE<br />DetectPictures = FALSE<br />DetectTables = FALSE<br />DetectVectorGraphics = FALSE<br />DetectHandwritten = FALSE<br />DetectSeparators = TRUE<br />DetectCheckmarks = FALSE<br />DetectStamps = FALSE<br />DetectTextOnPictures = FALSE<br />DetectVerticalEuropeanText = TRUE<br /><br />**[RecognizerParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />DetectFontFormattingAtPageLevel = TRUE<br />DetectTextColor = TSPV\_No<br />DetectBackgroundColor = TSPV\_No                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Exportación recomendada: TXT, JSON, XML                                                                                                                                                                                                        |                                    |
| **TextExtraction\_Speed**                     | **[ObjectsExtractionParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />FastObjectsExtraction = TRUE<br />ProhibitColorImage = FALSE<br /><br />**[PagePreprocessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />UseFastBinarization = TRUE<br />DiscardColorImage = TRUE<br />CorrectOrientationMode = COM\_No<br />ResolutionDetectionMode = RDM\_Fast<br /><br />**[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />AnalysisMode = PAM\_TextExtraction<br />SpeedQualityMode = SQM\_Fast<br />DetectBarcodes = FALSE<br />DetectPictures = FALSE<br />DetectTables = FALSE<br />DetectVectorGraphics = FALSE<br />DetectHandwritten = FALSE<br />DetectSeparators = TRUE<br />DetectCheckmarks = FALSE<br />DetectStamps = FALSE<br />DetectTextOnPictures = FALSE<br />DetectVerticalEuropeanText = TRUE<br /><br />**[RecognizerParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Fast<br /><br />**[SynthesisParamsForDocument](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />DetectFontFormattingAtPageLevel = TRUE<br />DetectTextColor = TSPV\_No<br />DetectBackgroundColor = TSPV\_No | Exportación recomendada: TXT, JSON, XML                                                                                                                                                                                                        |                                    |
| **FieldLevelRecognition**                     | **[DocumentProcessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = FALSE<br /><br />**[PageProcessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />PerformAnalysis = FALSE<br /><br />**[RecognizerParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForPage](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />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](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />DetectMatrixPrinter = FALSE<br />DetectPorousText = FALSE<br /><br />**[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />DetectBarcodes = TRUE<br />DetectPictures = FALSE<br />DetectTables = FALSE<br />DetectText = FALSE<br />DetectSeparators = FALSE<br />DetectVectorGraphics = FALSE<br /><br />**[PagePreprocessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />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](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />DetectMatrixPrinter = FALSE<br />DetectPorousText = FALSE<br />FastObjectsExtraction = TRUE<br /><br />**[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />DetectBarcodes = TRUE<br />DetectPictures = FALSE<br />DetectTables = FALSE<br />DetectText = FALSE<br />DetectSeparators = FALSE<br />DetectVectorGraphics = FALSE<br /><br />**[PagePreprocessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />CorrectSkewMode = CSM\_Off<br />DiscardColorImage = TRUE<br />StraightenLinesMode = SLM\_Fast<br /><br />**[PageProcessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />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](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = FALSE<br /><br />**[ObjectsExtractionParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />ProhibitColorImage = TRUE<br /><br />**[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />CollectPdfExportData = TRUE<br />AnalysisMode = PAM\_TextOnly<br /><br />**[PageProcessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />PerformRecognition = FALSE<br /><br />**[PDFExportParams](/es/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams)**<br />Scenario = PES\_MinSize<br />TextExportMode = PEM\_ImageOnly<br /><br />**[PagePreprocessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />CorrectSkewMode = CSM\_Off                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Exportación recomendada: PDF                                                                                                                                                                                                                   |                                    |
| **BusinessCardsProcessing**                   | **[ObjectsExtractionParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />EnableAggressiveTextExtraction = TRUE<br />ProhibitColorImage = FALSE<br /><br />**[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />PageObjectsUsageMode = POUM\_BCR<br /><br />**[PrepareImageMode](/es/fine-reader/engine/api-reference/image-related-objects/prepareimagemode)**<br />DocumentType = DT\_BusinessCard<br /><br />**[SynthesisParamsForDocument](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br /><br />**[SynthesisParamsForPage](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />SynthesizeBusinessCards = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Formatos de exportación recomendados: vCard, XML                                                                                                                                                                                               |                                    |
| **MachineReadableZone**                       | **[PagePreprocessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />CorrectGeometry = TSPV\_Auto<br />CorrectOrientationMode = COM\_Auto<br />CorrectSkewMode = CSM\_Auto<br />OverwriteResolutionMode = ORM\_Auto<br /><br />**[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />AnalysisMode = PAM\_TextOnly<br />DetectPictures = FALSE<br />DetectSeparators = FALSE<br />DetectTables = FALSE<br />DetectText = TRUE<br />DetectVectorGraphics = FALSE<br />DetectTextOnPictures = TRUE<br /><br />**[ObjectsExtractionParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />EnableAggressiveTextExtraction = TRUE<br />RemoveGarbage = TRUE<br />RemoveTexture = TRUE<br /><br />**[RecognizerParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectFontFormatting = TRUE<br /><br />**[DocumentProcessingParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = TRUE                                                                                                                                                                                                                                                           | Exportación recomendada: XML, JSON                                                                                                                                                                                                             |                                    |
| **EngineeringDrawingsProcessing**             | **[PageAnalysisParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />AnalysisMode = PAM\_TextOnly<br />DetectPictures = FALSE<br />DetectVectorGraphics = FALSE<br />DetectVerticalEuropeanText = TRUE<br /><br />**[RecognizerParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[FontFormattingDetectionParams](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/fontformattingdetectionparams)**<br />DetectFontFamily = TRUE<br />DetectBold = TRUE<br />DetectFontSize = TRUE<br /><br />**[SynthesisParamsForDocument](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/es/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />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.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | —                                                                                                                                                                                                                                              |                                    |

<div id="see-also">
  ## Consulte también
</div>

[Trabajo con perfiles](/es/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles)
