> ## 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.

# Predefined Profiles Specification

> Complete specification of all predefined ABBYY FineReader Engine profiles (DocumentConversion, DocumentArchiving, TextExtraction, DataExtraction, BarcodeRecognition, MachineReadableZone, and more) for troubleshooting and debugging.

ABBYY FineReader Engine provides a set of predefined profiles which are designed for the [main usage scenarios](/fine-reader/engine/guided-tour/basic-usage-scenarios-implementation). This article contains the complete specification of all predefined profiles, provided for your convenience in troubleshooting and debugging your applications which use these profiles.

<Warning>
  The profiles’ contents are subject to change in new releases or new versions of ABBYY FineReader Engine. Please check this article when upgrading if your application relies on specific profile settings. You can also create your own profiles to exclude any possibility of change. See [Working with Profiles](/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles) for detailed instructions.
</Warning>

The settings provided by these profiles can be loaded using the [LoadPredefinedProfile](/fine-reader/engine/api-reference/engine-object-iengine-interface/supplementary-methods/loadpredefinedprofile-method) method of the Engine object. The table below lists, for each profile, all object properties which are set to a non-default value, together with the recommended export formats or API for further processing. All objects created after a profile is loaded will have these properties set to the specified values.

| Profile name                      | Settings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Recommended export formats or API for further processing                                                                                                                                                               |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **DataExtraction**                | **[PageAnalysisParams](/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](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Recommended export: JSON, XML                                                                                                                                                                                          |
| **DocumentConversion\_Accuracy**  | **[PageAnalysisParams](/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](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Recommended export: DOCX, RTF, PPTX, XLSX                                                                                                                                                                              |
| **DocumentConversion\_Normal**    | **[PagePreprocessingParams](/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](/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](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Recommended export: DOCX, RTF, PPTX, XLSX                                                                                                                                                                              |
| **DocumentArchiving\_Accuracy**   | **[PageAnalysisParams](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Recommended export: PDF (text under image)<br /><br />⚠️ **Important!** The profile is not intended for converting a document into RTF, DOCX, or text-only PDF. Use the document conversion profiles for such purpose. |
| **DocumentArchiving\_Speed**      | **[ObjectsExtractionParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />FastObjectsExtraction = TRUE<br />ProhibitColorImage = TRUE<br /><br />**[PagePreprocessingParams](/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](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Fast<br /><br />**[SynthesisParamsForDocument](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/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                                                        | Recommended export: PDF (text under image)<br /><br />⚠️ **Important!** The profile is not intended for converting a document into RTF, DOCX, or text-only PDF. Use the document conversion profiles for such purpose. |
| **TextExtraction\_Accuracy**      | **[PageAnalysisParams](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Recommended export: TXT, JSON, XML                                                                                                                                                                                     |
| **TextExtraction\_Speed**         | **[ObjectsExtractionParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />FastObjectsExtraction = TRUE<br />ProhibitColorImage = FALSE<br /><br />**[PagePreprocessingParams](/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](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Fast<br /><br />**[SynthesisParamsForDocument](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/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 | Recommended export: TXT, JSON, XML                                                                                                                                                                                     |
| **FieldLevelRecognition**         | **[DocumentProcessingParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = FALSE<br /><br />**[PageProcessingParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />PerformAnalysis = FALSE<br /><br />**[RecognizerParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForPage](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />DetectFontFormattingAtPageLevel = FALSE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Recommended API: To access the recognized text of a field, use the TextBlock object and its Text subobject. Use the CharParams object to get the parameters of a recognized character and its recognition variants.    |
| **BarcodeRecognition\_Accuracy**  | **[ObjectsExtractionParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />DetectMatrixPrinter = FALSE<br />DetectPorousText = FALSE<br /><br />**[PageAnalysisParams](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />CorrectSkewMode = CSM\_Off                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Recommended API: To access the recognized text of a barcode, use the BarcodeBlock object and its Text subobject.                                                                                                       |
| **BarcodeRecognition\_Speed**     | **[ObjectsExtractionParams](/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](/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](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />PerformPreprocessing = FALSE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Recommended API: To access the recognized text of a barcode, use the BarcodeBlock object and its Text subobject.                                                                                                       |
| **BarcodeRecognition**            | This profile is equivalent to BarcodeRecognition\_Accuracy. It is only retained for backward compatibility.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Recommended API: To access the recognized text of a barcode, use the BarcodeBlock object and its Text subobject.                                                                                                       |
| **HighCompressedImageOnlyPdf**    | **[DocumentProcessingParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = FALSE<br /><br />**[ObjectsExtractionParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />ProhibitColorImage = TRUE<br /><br />**[PageAnalysisParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />CollectPdfExportData = TRUE<br />AnalysisMode = PAM\_TextOnly<br /><br />**[PageProcessingParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />PerformRecognition = FALSE<br /><br />**[PDFExportParams](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams)**<br />Scenario = PES\_MinSize<br />TextExportMode = PEM\_ImageOnly<br /><br />**[PagePreprocessingParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />CorrectSkewMode = CSM\_Off                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Recommended export: PDF                                                                                                                                                                                                |
| **BusinessCardsProcessing**       | **[ObjectsExtractionParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />EnableAggressiveTextExtraction = TRUE<br />ProhibitColorImage = FALSE<br /><br />**[PageAnalysisParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />PageObjectsUsageMode = POUM\_BCR<br /><br />**[PrepareImageMode](/fine-reader/engine/api-reference/image-related-objects/prepareimagemode)**<br />DocumentType = DT\_BusinessCard<br /><br />**[SynthesisParamsForDocument](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br /><br />**[SynthesisParamsForPage](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />SynthesizeBusinessCards = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Recommended export: vCard, XML                                                                                                                                                                                         |
| **MachineReadableZone**           | **[PagePreprocessingParams](/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](/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](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectFontFormatting = TRUE<br /><br />**[DocumentProcessingParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = TRUE                                                                                                                                                                                                                                                           | Recommended export: XML, JSON                                                                                                                                                                                          |
| **EngineeringDrawingsProcessing** | **[PageAnalysisParams](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[FontFormattingDetectionParams](/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](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />DetectFontFormattingAtPageLevel = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Recommended export: PDF                                                                                                                                                                                                |
| **Default**                       | All values are set to the defaults specified in each object description.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | —                                                                                                                                                                                                                      |

## See also

[Working with Profiles](/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles)
