Passer au contenu principal
ABBYY FineReader Engine fournit un ensemble de profils prédéfinis conçus pour les principaux scénarios d’utilisation. 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.
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 pour des instructions détaillées.
Les paramètres fournis par ces profils peuvent être chargés à l’aide de la méthode LoadPredefinedProfile 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 profilParamètresFormats d’export recommandés ou API pour un traitement ultérieur
DataExtractionPageAnalysisParams
AnalysisMode = PAM_TextExtraction
SpeedQualityMode = SQM_Accurate
DetectBarcodes = TRUE
DetectPictures = TRUE
DetectTables = TRUE
DetectHandwritten = TRUE
DetectCheckmarks = TRUE
DetectStamps = TRUE
DetectTextOnPictures = TRUE
DetectVerticalEuropeanText = TRUE

RecognizerParams
Mode = RM_Accurate
TextTypes = TT_Normal
TT_Handwritten

SynthesisParamsForDocument
DetectDocumentStructure = TRUE
Export recommandé : JSON, XML
DocumentConversion_AccuracyPageAnalysisParams
AnalysisMode = PAM_DocumentConversion
SpeedQualityMode = SQM_Accurate
DetectBarcodes = TRUE
DetectPictures = TRUE
DetectTables = TRUE
DetectHandwritten = FALSE
DetectVerticalEuropeanText = TRUE

RecognizerParams
Mode = RM_Accurate
TextTypes = TT_Normal

SynthesisParamsForDocument
DetectDocumentStructure = TRUE
DetectFontFormatting = TRUE
Export recommandé : DOCX, RTF, PPTX, XLSX
DocumentConversion_NormalPagePreprocessingParams
CorrectOrientationMode = COM_No
CorrectSkewMode = CSM_Fast

PageAnalysisParams
AnalysisMode = PAM_DocumentConversion
SpeedQualityMode = SQM_Fast
DetectBarcodes = FALSE
DetectPictures = TRUE
DetectTables = TRUE
DetectHandwritten = FALSE
DetectVerticalEuropeanText = TRUE

RecognizerParams
Mode = RM_Normal
TextTypes = TT_Normal

SynthesisParamsForDocument
DetectDocumentStructure = TRUE
DetectFontFormatting = TRUE
Export recommandé : DOCX, RTF, PPTX, XLSX
DocumentArchiving_AccuracyPageAnalysisParams
AnalysisMode = PAM_TextExtraction
SpeedQualityMode = SQM_Accurate
DetectBarcodes = TRUE
DetectPictures = TRUE
DetectTables = FALSE
DetectHandwritten = FALSE
DetectVerticalEuropeanText = TRUE

RecognizerParams
Mode = RM_Accurate

SynthesisParamsForDocument
DetectDocumentStructure = FALSE
DetectFontFormatting = FALSE

SynthesisParamsForPage
DetectFontFormattingAtPageLevel = TRUE
DetectTextColor = TSPV_No
DetectBackgroundColor = TSPV_No
Export recommandé : PDF (texte sous l’image)

⚠️ 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_SpeedObjectsExtractionParams
FastObjectsExtraction = TRUE
ProhibitColorImage = TRUE

PagePreprocessingParams
UseFastBinarization = TRUE
CorrectOrientationMode = COM_No
CorrectSkewMode = CSM_Fast
CropImage = TSPV_No
DetectImageType = TSPV_No
StraightenLinesMode = SLM_Fast
ResolutionDetectionMode = RDM_Fast

PageAnalysisParams
AnalysisMode = PAM_TextExtraction
SpeedQualityMode = SQM_Fast
DetectBarcodes = FALSE
DetectPictures = FALSE
DetectTables = FALSE
DetectHandwritten = FALSE
DetectVerticalEuropeanText = FALSE

RecognizerParams
Mode = RM_Fast

SynthesisParamsForDocument
DetectDocumentStructure = FALSE
DetectFontFormatting = FALSE

SynthesisParamsForPage
DetectFontFormattingAtPageLevel = TRUE
DetectTextColor = TSPV_No
DetectBackgroundColor = TSPV_No
Export recommandé : PDF (texte sous l’image)

⚠️ 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_AccuracyPageAnalysisParams
AnalysisMode = PAM_TextExtraction
SpeedQualityMode = SQM_Accurate
DetectBarcodes = TRUE
DetectPictures = FALSE
DetectTables = FALSE
DetectVectorGraphics = FALSE
DetectHandwritten = FALSE
DetectSeparators = TRUE
DetectCheckmarks = FALSE
DetectStamps = FALSE
DetectTextOnPictures = FALSE
DetectVerticalEuropeanText = TRUE

RecognizerParams
Mode = RM_Accurate

SynthesisParamsForDocument
DetectDocumentStructure = TRUE
DetectFontFormatting = FALSE

SynthesisParamsForPage
DetectFontFormattingAtPageLevel = TRUE
DetectTextColor = TSPV_No
DetectBackgroundColor = TSPV_No
Export recommandé : TXT, JSON, XML
TextExtraction_SpeedObjectsExtractionParams
FastObjectsExtraction = TRUE
ProhibitColorImage = FALSE

PagePreprocessingParams
UseFastBinarization = TRUE
DiscardColorImage = TRUE
CorrectOrientationMode = COM_No
ResolutionDetectionMode = RDM_Fast

PageAnalysisParams
AnalysisMode = PAM_TextExtraction
SpeedQualityMode = SQM_Fast
DetectBarcodes = FALSE
DetectPictures = FALSE
DetectTables = FALSE
DetectVectorGraphics = FALSE
DetectHandwritten = FALSE
DetectSeparators = TRUE
DetectCheckmarks = FALSE
DetectStamps = FALSE
DetectTextOnPictures = FALSE
DetectVerticalEuropeanText = TRUE

RecognizerParams
Mode = RM_Fast

SynthesisParamsForDocument
DetectDocumentStructure = FALSE
DetectFontFormatting = FALSE

SynthesisParamsForPage
DetectFontFormattingAtPageLevel = TRUE
DetectTextColor = TSPV_No
DetectBackgroundColor = TSPV_No
Export recommandé : TXT, JSON, XML
FieldLevelRecognitionDocumentProcessingParams
PerformSynthesis = FALSE

PageProcessingParams
PerformAnalysis = FALSE

RecognizerParams
Mode = RM_Accurate

SynthesisParamsForPage
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écisionObjectsExtractionParams
DetectMatrixPrinter = FALSE
DetectPorousText = FALSE

PageAnalysisParams
DetectBarcodes = TRUE
DetectPictures = FALSE
DetectTables = FALSE
DetectText = FALSE
DetectSeparators = FALSE
DetectVectorGraphics = FALSE

PagePreprocessingParams
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_SpeedObjectsExtractionParams
DetectMatrixPrinter = FALSE
DetectPorousText = FALSE
FastObjectsExtraction = TRUE

PageAnalysisParams
DetectBarcodes = TRUE
DetectPictures = FALSE
DetectTables = FALSE
DetectText = FALSE
DetectSeparators = FALSE
DetectVectorGraphics = FALSE

PagePreprocessingParams
CorrectSkewMode = CSM_Off
DiscardColorImage = TRUE
StraightenLinesMode = SLM_Fast

PageProcessingParams
PerformPreprocessing = FALSE
API recommandée : pour accéder au texte reconnu d’un Barcode, utilisez l’objet BarcodeBlock et son sous-objet Text.
BarcodeRecognitionCe 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.
HighCompressedImageOnlyPdfDocumentProcessingParams
PerformSynthesis = FALSE

ObjectsExtractionParams
ProhibitColorImage = TRUE

PageAnalysisParams
CollectPdfExportData = TRUE
AnalysisMode = PAM_TextOnly

PageProcessingParams
PerformRecognition = FALSE

PDFExportParams
Scenario = PES_MinSize
TextExportMode = PEM_ImageOnly

PagePreprocessingParams
CorrectSkewMode = CSM_Off
Export recommandé : PDF
BusinessCardsProcessingObjectsExtractionParams
EnableAggressiveTextExtraction = TRUE
ProhibitColorImage = FALSE

PageAnalysisParams
PageObjectsUsageMode = POUM_BCR

PrepareImageMode
DocumentType = DT_BusinessCard

SynthesisParamsForDocument
DetectDocumentStructure = FALSE

SynthesisParamsForPage
SynthesizeBusinessCards = TRUE
Export recommandé : vCard, XML
MachineReadableZonePagePreprocessingParams
CorrectGeometry = TSPV_Auto
CorrectOrientationMode = COM_Auto
CorrectSkewMode = CSM_Auto
OverwriteResolutionMode = ORM_Auto

PageAnalysisParams
AnalysisMode = PAM_TextOnly
DetectPictures = FALSE
DetectSeparators = FALSE
DetectTables = FALSE
DetectText = TRUE
DetectVectorGraphics = FALSE
DetectTextOnPictures = TRUE

ObjectsExtractionParams
EnableAggressiveTextExtraction = TRUE
RemoveGarbage = TRUE
RemoveTexture = TRUE

RecognizerParams
Mode = RM_Accurate

SynthesisParamsForDocument
DetectFontFormatting = TRUE

DocumentProcessingParams
PerformSynthesis = TRUE
Export recommandé : XML, JSON
EngineeringDrawingsProcessingPageAnalysisParams
AnalysisMode = PAM_TextOnly
DetectPictures = FALSE
DetectVectorGraphics = FALSE
DetectVerticalEuropeanText = TRUE

RecognizerParams
Mode = RM_Accurate

FontFormattingDetectionParams
DetectFontFamily = TRUE
DetectBold = TRUE
DetectFontSize = TRUE

SynthesisParamsForDocument
DetectDocumentStructure = FALSE
DetectFontFormatting = FALSE

SynthesisParamsForPage
DetectFontFormattingAtPageLevel = TRUE
Export recommandé : PDF
Par défautToutes les valeurs sont réglées sur les valeurs par défaut indiquées dans la description de chaque objet.

Voir aussi

Utilisation des profils