[DocumentStructureDetectionParams] INI file section
The [DocumentStructureDetectionParams] INI file section defines parameters for detecting document structural elements such as headlines, footnotes, table of contents, and columns during document synthesis. You can turn off any of these properties if your document doesn’t contain the corresponding elements, which may speed up processing.
These parameters are only used when the DetectDocumentStructure property in the [SynthesisParamsForDocument] section is set to true.
DetectHeadlines
| Key | Type | Default |
|---|---|---|
DetectHeadlines | Boolean | true |
If this property is set to true, headlines are detected during document synthesis.
DetectFootnotes
| Key | Type | Default |
|---|---|---|
DetectFootnotes | Boolean | true |
If this property is set to true, footnotes are detected during document synthesis.
DetectCaptions
| Key | Type | Default |
|---|---|---|
DetectCaptions | Boolean | true |
If this property is set to true, captions are detected during document synthesis.
DetectColumns
| Key | Type | Default |
|---|---|---|
DetectColumns | Boolean | true |
If this property is set to true, columns are detected during document synthesis.
DetectLists
| Key | Type | Default |
|---|---|---|
DetectLists | Boolean | true |
If this property is set to true, lists are detected during document synthesis.
DetectRunningTitles
| Key | Type | Default |
|---|---|---|
DetectRunningTitles | Boolean | true |
If this property is set to true, running titles (headers and footers) are detected during document synthesis.
DetectTableOfContents
| Key | Type | Default |
|---|---|---|
DetectTableOfContents | Boolean | true |
If this property is set to true, the table of contents is detected during document synthesis.
DetectOverflowingParagraphs
| Key | Type | Default |
|---|---|---|
DetectOverflowingParagraphs | Boolean | true |
If this property is set to true, overflowing paragraphs are detected during document synthesis. An overflowing paragraph is one that starts on one page and ends on another. If the property is set to false, Pdftools OCR Service presumes that there are no overflowing paragraphs in the document.
ClassifySeparators
| Key | Type | Default |
|---|---|---|
ClassifySeparators | Boolean | true |
If this property is set to true, additional properties of separators (such as their type and role) are detected during document synthesis.