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

# 定義済みプロファイル仕様

> トラブルシューティングやデバッグに役立つ、すべての定義済み ABBYY FineReader Engine プロファイル（DocumentConversion、DocumentArchiving、TextExtraction、DataExtraction、BarcodeRecognition、MachineReadableZone など）の完全な仕様。

ABBYY FineReader Engine には、[主な使用シナリオ](/ja/fine-reader/engine/guided-tour/basic-usage-scenarios-implementation)向けに設計された定義済みプロファイルのセットが用意されています。この記事では、すべての定義済みプロファイルの完全な仕様を掲載しており、これらのプロファイルを使用するアプリケーションのトラブルシューティングやデバッグに役立てることができます。

<Warning>
  プロファイルの内容は、ABBYY FineReader Engine の今後のリリースや新しいバージョンで変更される場合があります。アプリケーションが特定のプロファイル設定に依存している場合は、アップグレード時にこの記事を確認してください。また、変更の可能性を排除するために、独自のプロファイルを作成することもできます。詳しい手順については、[プロファイルの操作](/ja/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles)を参照してください。
</Warning>

これらのプロファイルで提供される設定は、Engine オブジェクトの [LoadPredefinedProfile](/ja/fine-reader/engine/api-reference/engine-object-iengine-interface/supplementary-methods/loadpredefinedprofile-method) メソッドを使用して読み込むことができます。以下の表には、各プロファイルについて、デフォルト値以外に設定されるすべてのオブジェクトプロパティと、後続の処理に推奨されるエクスポート形式または API が一覧表示されています。プロファイルの読み込み後に作成されるすべてのオブジェクトでは、これらのプロパティが指定された値に設定されます。

| プロファイル名                           | 設定                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | 後続処理向けの推奨エクスポート形式またはAPI                                                                                                                                                                                                                        |                  |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| **DataExtraction**                | **[PageAnalysisParams](/ja/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](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE | 推奨出力形式: JSON、XML |
| **DocumentConversion\_Accuracy**  | **[PageAnalysisParams](/ja/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](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | 推奨エクスポート形式: DOCX, RTF, PPTX, XLSX                                                                                                                                                                                                              |                  |
| **DocumentConversion\_Normal**    | **[PagePreprocessingParams](/ja/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](/ja/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](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | 推奨されるエクスポート形式: DOCX、RTF、PPTX、XLSX                                                                                                                                                                                                              |                  |
| **DocumentArchiving\_Accuracy**   | **[PageAnalysisParams](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/ja/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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | 推奨されるエクスポート形式: PDF (画像の下にテキストを配置) <br /><br />⚠️ **重要!** このプロファイルは、文書をRTF、DOCX、またはテキストのみのPDFに変換する用途には適していません。そのような用途には、文書変換用プロファイルを使用してください。                                                                                                   |                  |
| **DocumentArchiving\_Speed**      | **[ObjectsExtractionParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />FastObjectsExtraction = TRUE<br />ProhibitColorImage = TRUE<br /><br />**[PagePreprocessingParams](/ja/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](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Fast<br /><br />**[SynthesisParamsForDocument](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/ja/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                                                        | 推奨エクスポート形式: PDF (画像の背後にテキスト) <br /><br />⚠️ **重要！** このプロファイルは、文書をRTF、DOCX、またはテキストのみのPDFに変換する用途には適していません。その場合は、文書変換用プロファイルを使用してください。                                                                                                            |                  |
| **TextExtraction\_Accuracy**      | **[PageAnalysisParams](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = TRUE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/ja/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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | 推奨されるエクスポート形式: TXT、JSON、XML                                                                                                                                                                                                                    |                  |
| **TextExtraction\_Speed**         | **[ObjectsExtractionParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />FastObjectsExtraction = TRUE<br />ProhibitColorImage = FALSE<br /><br />**[PagePreprocessingParams](/ja/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](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Fast<br /><br />**[SynthesisParamsForDocument](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/ja/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 | 推奨される出力形式: TXT、JSON、XML                                                                                                                                                                                                                        |                  |
| **FieldLevelRecognition**         | **[DocumentProcessingParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = FALSE<br /><br />**[PageProcessingParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />PerformAnalysis = FALSE<br /><br />**[RecognizerParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForPage](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />DetectFontFormattingAtPageLevel = FALSE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | 推奨される API: field の認識されたテキストにアクセスするには、TextBlock オブジェクトとその Text サブオブジェクトを使用します。認識された文字のパラメーターとその認識候補を取得するには、CharParams オブジェクトを使用します。                                                                                                             |                  |
| **バーコード認識\_精度**                   | **[ObjectsExtractionParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />DetectMatrixPrinter = FALSE<br />DetectPorousText = FALSE<br /><br />**[PageAnalysisParams](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />CorrectSkewMode = CSM\_Off                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | 推奨 API: バーコードの認識されたテキストにアクセスするには、BarcodeBlock オブジェクトとその Text サブオブジェクトを使用します。                                                                                                                                                                   |                  |
| **BarcodeRecognition\_Speed**     | **[ObjectsExtractionParams](/ja/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](/ja/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](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />PerformPreprocessing = FALSE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | 推奨 API: バーコードの認識されたテキストにアクセスするには、BarcodeBlock オブジェクトとその Text サブオブジェクトを使用します。                                                                                                                                                                   |                  |
| **BarcodeRecognition**            | このプロファイルは BarcodeRecognition\_Accuracy と同等です。後方互換性のためだけに残されています。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | 推奨 API: バーコードの認識されたテキストにアクセスするには、BarcodeBlock オブジェクトとその Text サブオブジェクトを使用します。                                                                                                                                                                   |                  |
| **HighCompressedImageOnlyPdf**    | **[DocumentProcessingParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = FALSE<br /><br />**[ObjectsExtractionParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />ProhibitColorImage = TRUE<br /><br />**[PageAnalysisParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />CollectPdfExportData = TRUE<br />AnalysisMode = PAM\_TextOnly<br /><br />**[PageProcessingParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageprocessingparams)**<br />PerformRecognition = FALSE<br /><br />**[PDFExportParams](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams)**<br />Scenario = PES\_MinSize<br />TextExportMode = PEM\_ImageOnly<br /><br />**[PagePreprocessingParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)**<br />CorrectSkewMode = CSM\_Off                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | 推奨される出力形式: PDF                                                                                                                                                                                                                                 |                  |
| **BusinessCardsProcessing**       | **[ObjectsExtractionParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/objectsextractionparams)**<br />EnableAggressiveTextExtraction = TRUE<br />ProhibitColorImage = FALSE<br /><br />**[PageAnalysisParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams)**<br />PageObjectsUsageMode = POUM\_BCR<br /><br />**[PrepareImageMode](/ja/fine-reader/engine/api-reference/image-related-objects/prepareimagemode)**<br />DocumentType = DT\_BusinessCard<br /><br />**[SynthesisParamsForDocument](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br /><br />**[SynthesisParamsForPage](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />SynthesizeBusinessCards = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | 推奨されるエクスポート形式: vCard、XML                                                                                                                                                                                                                       |                  |
| **MachineReadableZone**           | **[PagePreprocessingParams](/ja/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](/ja/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](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[SynthesisParamsForDocument](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectFontFormatting = TRUE<br /><br />**[DocumentProcessingParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams)**<br />PerformSynthesis = TRUE                                                                                                                                                                                                                                                           | 推奨されるエクスポート形式: XML、JSON                                                                                                                                                                                                                        |                  |
| **EngineeringDrawingsProcessing** | **[PageAnalysisParams](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams)**<br />Mode = RM\_Accurate<br /><br />**[FontFormattingDetectionParams](/ja/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](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsfordocument)**<br />DetectDocumentStructure = FALSE<br />DetectFontFormatting = FALSE<br /><br />**[SynthesisParamsForPage](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/synthesisparamsforpage)**<br />DetectFontFormattingAtPageLevel = TRUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | 推奨されるエクスポート: PDF                                                                                                                                                                                                                               |                  |
| **既定**                            | すべての値は、各オブジェクトの説明に記載されたデフォルト値に設定されます。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | —                                                                                                                                                                                                                                              |                  |

<div id="see-also">
  ## 関連項目
</div>

[プロファイルの使用](/ja/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles)
