| プロファイル名 | 設定 | 後続処理向けの推奨エクスポート形式またはAPI | |
|---|---|---|---|
| DataExtraction | PageAnalysisParams AnalysisMode = PAM_TextExtraction SpeedQualityMode = SQM_Accurate DetectBarcodes = TRUE DetectPictures = TRUE DetectTables = TRUE DetectHandwritten = TRUE DetectCheckmarks = TRUE DetectStamps = TRUE DetectTextOnPictures = TRUE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Accurate TextTypes = TT_Normal | TT_Handwritten SynthesisParamsForDocument DetectDocumentStructure = TRUE | 推奨出力形式: JSON、XML |
| DocumentConversion_Accuracy | PageAnalysisParams AnalysisMode = PAM_DocumentConversion SpeedQualityMode = SQM_Accurate DetectBarcodes = TRUE DetectPictures = TRUE DetectTables = TRUE DetectHandwritten = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Accurate TextTypes = TT_Normal SynthesisParamsForDocument DetectDocumentStructure = TRUE DetectFontFormatting = TRUE | 推奨エクスポート形式: DOCX, RTF, PPTX, XLSX | |
| DocumentConversion_Normal | PagePreprocessingParams CorrectOrientationMode = COM_No CorrectSkewMode = CSM_Fast PageAnalysisParams AnalysisMode = PAM_DocumentConversion SpeedQualityMode = SQM_Fast DetectBarcodes = FALSE DetectPictures = TRUE DetectTables = TRUE DetectHandwritten = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Normal TextTypes = TT_Normal SynthesisParamsForDocument DetectDocumentStructure = TRUE DetectFontFormatting = TRUE | 推奨されるエクスポート形式: DOCX、RTF、PPTX、XLSX | |
| DocumentArchiving_Accuracy | PageAnalysisParams AnalysisMode = PAM_TextExtraction SpeedQualityMode = SQM_Accurate DetectBarcodes = TRUE DetectPictures = TRUE DetectTables = FALSE DetectHandwritten = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Accurate SynthesisParamsForDocument DetectDocumentStructure = FALSE DetectFontFormatting = FALSE SynthesisParamsForPage DetectFontFormattingAtPageLevel = TRUE DetectTextColor = TSPV_No DetectBackgroundColor = TSPV_No | 推奨されるエクスポート形式: PDF (画像の下にテキストを配置) ⚠️ 重要! このプロファイルは、文書をRTF、DOCX、またはテキストのみのPDFに変換する用途には適していません。そのような用途には、文書変換用プロファイルを使用してください。 | |
| DocumentArchiving_Speed | ObjectsExtractionParams FastObjectsExtraction = TRUE ProhibitColorImage = TRUE PagePreprocessingParams UseFastBinarization = TRUE CorrectOrientationMode = COM_No CorrectSkewMode = CSM_Fast CropImage = TSPV_No DetectImageType = TSPV_No StraightenLinesMode = SLM_Fast ResolutionDetectionMode = RDM_Fast PageAnalysisParams AnalysisMode = PAM_TextExtraction SpeedQualityMode = SQM_Fast DetectBarcodes = FALSE DetectPictures = FALSE DetectTables = FALSE DetectHandwritten = FALSE DetectVerticalEuropeanText = FALSE RecognizerParams Mode = RM_Fast SynthesisParamsForDocument DetectDocumentStructure = FALSE DetectFontFormatting = FALSE SynthesisParamsForPage DetectFontFormattingAtPageLevel = TRUE DetectTextColor = TSPV_No DetectBackgroundColor = TSPV_No | 推奨エクスポート形式: PDF (画像の背後にテキスト) ⚠️ 重要! このプロファイルは、文書をRTF、DOCX、またはテキストのみのPDFに変換する用途には適していません。その場合は、文書変換用プロファイルを使用してください。 | |
| TextExtraction_Accuracy | PageAnalysisParams AnalysisMode = PAM_TextExtraction SpeedQualityMode = SQM_Accurate DetectBarcodes = TRUE DetectPictures = FALSE DetectTables = FALSE DetectVectorGraphics = FALSE DetectHandwritten = FALSE DetectSeparators = TRUE DetectCheckmarks = FALSE DetectStamps = FALSE DetectTextOnPictures = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Accurate SynthesisParamsForDocument DetectDocumentStructure = TRUE DetectFontFormatting = FALSE SynthesisParamsForPage DetectFontFormattingAtPageLevel = TRUE DetectTextColor = TSPV_No DetectBackgroundColor = TSPV_No | 推奨されるエクスポート形式: TXT、JSON、XML | |
| TextExtraction_Speed | ObjectsExtractionParams FastObjectsExtraction = TRUE ProhibitColorImage = FALSE PagePreprocessingParams UseFastBinarization = TRUE DiscardColorImage = TRUE CorrectOrientationMode = COM_No ResolutionDetectionMode = RDM_Fast PageAnalysisParams AnalysisMode = PAM_TextExtraction SpeedQualityMode = SQM_Fast DetectBarcodes = FALSE DetectPictures = FALSE DetectTables = FALSE DetectVectorGraphics = FALSE DetectHandwritten = FALSE DetectSeparators = TRUE DetectCheckmarks = FALSE DetectStamps = FALSE DetectTextOnPictures = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Fast SynthesisParamsForDocument DetectDocumentStructure = FALSE DetectFontFormatting = FALSE SynthesisParamsForPage DetectFontFormattingAtPageLevel = TRUE DetectTextColor = TSPV_No DetectBackgroundColor = TSPV_No | 推奨される出力形式: TXT、JSON、XML | |
| FieldLevelRecognition | DocumentProcessingParams PerformSynthesis = FALSE PageProcessingParams PerformAnalysis = FALSE RecognizerParams Mode = RM_Accurate SynthesisParamsForPage DetectFontFormattingAtPageLevel = FALSE | 推奨される API: field の認識されたテキストにアクセスするには、TextBlock オブジェクトとその Text サブオブジェクトを使用します。認識された文字のパラメーターとその認識候補を取得するには、CharParams オブジェクトを使用します。 | |
| バーコード認識_精度 | ObjectsExtractionParams DetectMatrixPrinter = FALSE DetectPorousText = FALSE PageAnalysisParams DetectBarcodes = TRUE DetectPictures = FALSE DetectTables = FALSE DetectText = FALSE DetectSeparators = FALSE DetectVectorGraphics = FALSE PagePreprocessingParams CorrectSkewMode = CSM_Off | 推奨 API: バーコードの認識されたテキストにアクセスするには、BarcodeBlock オブジェクトとその Text サブオブジェクトを使用します。 | |
| BarcodeRecognition_Speed | ObjectsExtractionParams DetectMatrixPrinter = FALSE DetectPorousText = FALSE FastObjectsExtraction = TRUE PageAnalysisParams DetectBarcodes = TRUE DetectPictures = FALSE DetectTables = FALSE DetectText = FALSE DetectSeparators = FALSE DetectVectorGraphics = FALSE PagePreprocessingParams CorrectSkewMode = CSM_Off DiscardColorImage = TRUE StraightenLinesMode = SLM_Fast PageProcessingParams PerformPreprocessing = FALSE | 推奨 API: バーコードの認識されたテキストにアクセスするには、BarcodeBlock オブジェクトとその Text サブオブジェクトを使用します。 | |
| BarcodeRecognition | このプロファイルは BarcodeRecognition_Accuracy と同等です。後方互換性のためだけに残されています。 | 推奨 API: バーコードの認識されたテキストにアクセスするには、BarcodeBlock オブジェクトとその Text サブオブジェクトを使用します。 | |
| HighCompressedImageOnlyPdf | DocumentProcessingParams PerformSynthesis = FALSE ObjectsExtractionParams ProhibitColorImage = TRUE PageAnalysisParams CollectPdfExportData = TRUE AnalysisMode = PAM_TextOnly PageProcessingParams PerformRecognition = FALSE PDFExportParams Scenario = PES_MinSize TextExportMode = PEM_ImageOnly PagePreprocessingParams CorrectSkewMode = CSM_Off | 推奨される出力形式: PDF | |
| BusinessCardsProcessing | ObjectsExtractionParams EnableAggressiveTextExtraction = TRUE ProhibitColorImage = FALSE PageAnalysisParams PageObjectsUsageMode = POUM_BCR PrepareImageMode DocumentType = DT_BusinessCard SynthesisParamsForDocument DetectDocumentStructure = FALSE SynthesisParamsForPage SynthesizeBusinessCards = TRUE | 推奨されるエクスポート形式: vCard、XML | |
| MachineReadableZone | PagePreprocessingParams CorrectGeometry = TSPV_Auto CorrectOrientationMode = COM_Auto CorrectSkewMode = CSM_Auto OverwriteResolutionMode = ORM_Auto PageAnalysisParams AnalysisMode = PAM_TextOnly DetectPictures = FALSE DetectSeparators = FALSE DetectTables = FALSE DetectText = TRUE DetectVectorGraphics = FALSE DetectTextOnPictures = TRUE ObjectsExtractionParams EnableAggressiveTextExtraction = TRUE RemoveGarbage = TRUE RemoveTexture = TRUE RecognizerParams Mode = RM_Accurate SynthesisParamsForDocument DetectFontFormatting = TRUE DocumentProcessingParams PerformSynthesis = TRUE | 推奨されるエクスポート形式: XML、JSON | |
| EngineeringDrawingsProcessing | PageAnalysisParams AnalysisMode = PAM_TextOnly DetectPictures = FALSE DetectVectorGraphics = FALSE DetectVerticalEuropeanText = TRUE RecognizerParams Mode = RM_Accurate FontFormattingDetectionParams DetectFontFamily = TRUE DetectBold = TRUE DetectFontSize = TRUE SynthesisParamsForDocument DetectDocumentStructure = FALSE DetectFontFormatting = FALSE SynthesisParamsForPage DetectFontFormattingAtPageLevel = TRUE | 推奨されるエクスポート: PDF | |
| 既定 | すべての値は、各オブジェクトの説明に記載されたデフォルト値に設定されます。 | — |
Export Formats
定義済みプロファイル仕様
トラブルシューティングやデバッグに役立つ、すべての定義済み ABBYY FineReader Engine プロファイル(DocumentConversion、DocumentArchiving、TextExtraction、DataExtraction、BarcodeRecognition、MachineReadableZone など)の完全な仕様。
ABBYY FineReader Engine には、主な使用シナリオ向けに設計された定義済みプロファイルのセットが用意されています。この記事では、すべての定義済みプロファイルの完全な仕様を掲載しており、これらのプロファイルを使用するアプリケーションのトラブルシューティングやデバッグに役立てることができます。
これらのプロファイルで提供される設定は、Engine オブジェクトの LoadPredefinedProfile メソッドを使用して読み込むことができます。以下の表には、各プロファイルについて、デフォルト値以外に設定されるすべてのオブジェクトプロパティと、後続の処理に推奨されるエクスポート形式または API が一覧表示されています。プロファイルの読み込み後に作成されるすべてのオブジェクトでは、これらのプロパティが指定された値に設定されます。
プロファイルの使用
