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

# Spécification des profils prédéfinis

> Spécification complète de tous les profils prédéfinis d’ABBYY FineReader Engine (DocumentConversion, DocumentArchiving, TextExtraction, DataExtraction, BarcodeRecognition, MachineReadableZone, et plus encore) pour le dépannage et le débogage.

ABBYY FineReader Engine fournit un ensemble de profils prédéfinis conçus pour les [principaux scénarios d’utilisation](/fr/fine-reader/engine/guided-tour/basic-usage-scenarios-implementation). Cet article contient la spécification complète de tous les profils prédéfinis. Elle est fournie à titre pratique pour faciliter le dépannage et le débogage de vos applications utilisant ces profils.

<Warning>
  Le contenu des profils peut être modifié dans les nouvelles éditions ou versions d’ABBYY FineReader Engine. Consultez cet article lors d’une mise à niveau si votre application dépend de paramètres de profil spécifiques. Vous pouvez également créer vos propres profils afin d’éliminer tout risque de modification. Consultez [Utilisation des profils](/fr/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles) pour des instructions détaillées.
</Warning>

Les paramètres fournis par ces profils peuvent être chargés à l’aide de la méthode [LoadPredefinedProfile](/fr/fine-reader/engine/api-reference/engine-object-iengine-interface/supplementary-methods/loadpredefinedprofile-method) de l’objet Engine. Le tableau ci-dessous répertorie, pour chaque profil, toutes les propriétés d’objet définies sur une valeur différente de la valeur par défaut, ainsi que les formats d’export recommandés ou l’API pour un traitement ultérieur. Tous les objets créés après le chargement d’un profil auront ces propriétés définies sur les valeurs spécifiées.

| Nom du profil                        | Paramètres                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Formats d’export recommandés ou API pour un traitement ultérieur                                                                                                                                                                               |                               |
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
| **DataExtraction**                   | **[PageAnalysisParams](/fr/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](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE | Export recommandé : JSON, XML |
| **DocumentConversion\_Accuracy**     | **[PageAnalysisParams](/fr/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](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Export recommandé : DOCX, RTF, PPTX, XLSX                                                                                                                                                                                                      |                               |
| **DocumentConversion\_Normal**       | **[PagePreprocessingParams](/fr/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](/fr/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](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Export recommandé : DOCX, RTF, PPTX, XLSX                                                                                                                                                                                                      |                               |
| **DocumentArchiving\_Accuracy**      | **[PageAnalysisParams](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/fr/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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Export recommandé : PDF (texte sous l’image)<br /><br />⚠️ **Important !** Ce profil n’est pas conçu pour convertir un document en RTF, DOCX ou PDF texte uniquement. Utilisez les profils de conversion de documents à cet effet.             |                               |
| **DocumentArchiving\_Speed**         | **[ObjectsExtractionParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />FastObjectsExtraction = TRUE<br />ProhibitColorImage = TRUE<br /><br />**[PagePreprocessingParams](/fr/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](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Fast<br /><br />**[SynthesisParamsForDocument](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/fr/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                                                        | Export recommandé : PDF (texte sous l’image)<br /><br />⚠️ **Important !** Ce profil n’est pas destiné à convertir un document en RTF, DOCX ou PDF contenant uniquement du texte. Utilisez les profils de conversion de documents à cette fin. |                               |
| **TextExtraction\_Accuracy**         | **[PageAnalysisParams](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/fr/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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Export recommandé : TXT, JSON, XML                                                                                                                                                                                                             |                               |
| **TextExtraction\_Speed**            | **[ObjectsExtractionParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />FastObjectsExtraction = TRUE<br />ProhibitColorImage = FALSE<br /><br />**[PagePreprocessingParams](/fr/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](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Fast<br /><br />**[SynthesisParamsForDocument](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/fr/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 | Export recommandé : TXT, JSON, XML                                                                                                                                                                                                             |                               |
| **FieldLevelRecognition**            | **[DocumentProcessingParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = FALSE<br /><br />**[PageProcessingParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />PerformAnalysis = FALSE<br /><br />**[RecognizerParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForPage](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />DetectFontFormattingAtPageLevel = FALSE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | API recommandée : pour accéder au texte reconnu d’un champ, utilisez l’objet TextBlock et son sous-objet Text. Utilisez l’objet CharParams pour obtenir les paramètres d’un caractère reconnu et de ses variantes de reconnaissance.           |                               |
| **ReconnaissanceBarcode\_Précision** | **[ObjectsExtractionParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />DetectMatrixPrinter = FALSE<br />DetectPorousText = FALSE<br /><br />**[PageAnalysisParams](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />CorrectSkewMode = CSM\_Off                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | API recommandée : pour accéder au texte reconnu d’un code-barres, utilisez l’objet BarcodeBlock et son sous-objet Text.                                                                                                                        |                               |
| **BarcodeRecognition\_Speed**        | **[ObjectsExtractionParams](/fr/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](/fr/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](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />PerformPreprocessing = FALSE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | API recommandée : pour accéder au texte reconnu d’un Barcode, utilisez l’objet BarcodeBlock et son sous-objet Text.                                                                                                                            |                               |
| **BarcodeRecognition**               | Ce profil est équivalent à BarcodeRecognition\_Accuracy. Il est conservé uniquement pour des raisons de rétrocompatibilité.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | API recommandée : pour accéder au texte reconnu d’un code-barres, utilisez l’objet BarcodeBlock et son sous-objet Text.                                                                                                                        |                               |
| **HighCompressedImageOnlyPdf**       | **[DocumentProcessingParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = FALSE<br /><br />**[ObjectsExtractionParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />ProhibitColorImage = TRUE<br /><br />**[PageAnalysisParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />CollectPdfExportData = TRUE<br />AnalysisMode = PAM\_TextOnly<br /><br />**[PageProcessingParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />PerformRecognition = FALSE<br /><br />**[PDFExportParams](/fr/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams)**<br />Scenario = PES\_MinSize<br />TextExportMode = PEM\_ImageOnly<br /><br />**[PagePreprocessingParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />CorrectSkewMode = CSM\_Off                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Export recommandé : PDF                                                                                                                                                                                                                        |                               |
| **BusinessCardsProcessing**          | **[ObjectsExtractionParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />EnableAggressiveTextExtraction = TRUE<br />ProhibitColorImage = FALSE<br /><br />**[PageAnalysisParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />PageObjectsUsageMode = POUM\_BCR<br /><br />**[PrepareImageMode](/fr/fine-reader/engine/api-reference/image-related-objects/prepareimagemode)**<br />DocumentType = DT\_BusinessCard<br /><br />**[SynthesisParamsForDocument](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br /><br />**[SynthesisParamsForPage](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />SynthesizeBusinessCards = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Export recommandé : vCard, XML                                                                                                                                                                                                                 |                               |
| **MachineReadableZone**              | **[PagePreprocessingParams](/fr/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](/fr/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](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectFontFormatting = TRUE<br /><br />**[DocumentProcessingParams](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = TRUE                                                                                                                                                                                                                                                           | Export recommandé : XML, JSON                                                                                                                                                                                                                  |                               |
| **EngineeringDrawingsProcessing**    | **[PageAnalysisParams](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[FontFormattingDetectionParams](/fr/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](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />DetectFontFormattingAtPageLevel = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Export recommandé : PDF                                                                                                                                                                                                                        |                               |
| **Par défaut**                       | Toutes les valeurs sont réglées sur les valeurs par défaut indiquées dans la description de chaque objet.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | —                                                                                                                                                                                                                                              |                               |

<div id="see-also">
  ## Voir aussi
</div>

[Utilisation des profils](/fr/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles)
