[DocumentProcessingParams] INI file section
The [DocumentProcessingParams] section controls document-level processing, including whether document synthesis runs after page recognition.
This section groups together:
- Page processing — configured in the
[PageProcessingParams]section, which controls preprocessing, layout analysis, and recognition for each page. - Document synthesis — configured in the
[SynthesisParamsForDocument]section, which controls structure detection, font formatting, and memory optimization.
PerformSynthesis
| Key | Type | Default |
|---|---|---|
PerformSynthesis | Boolean | true |
Specifies whether Pdftools OCR Service performs document synthesis after page recognition.
If this property is false, the [SynthesisParamsForDocument] section is ignored.