Skip to main content
Version: Version 1.1.0

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

info

These parameters are only used when the DetectDocumentStructure property in the [SynthesisParamsForDocument] section is set to true.


DetectHeadlines

KeyTypeDefault
DetectHeadlinesBooleantrue

If this property is set to true, headlines are detected during document synthesis.


DetectFootnotes

KeyTypeDefault
DetectFootnotesBooleantrue

If this property is set to true, footnotes are detected during document synthesis.


DetectCaptions

KeyTypeDefault
DetectCaptionsBooleantrue

If this property is set to true, captions are detected during document synthesis.


DetectColumns

KeyTypeDefault
DetectColumnsBooleantrue

If this property is set to true, columns are detected during document synthesis.


DetectLists

KeyTypeDefault
DetectListsBooleantrue

If this property is set to true, lists are detected during document synthesis.


DetectRunningTitles

KeyTypeDefault
DetectRunningTitlesBooleantrue

If this property is set to true, running titles (headers and footers) are detected during document synthesis.


DetectTableOfContents

KeyTypeDefault
DetectTableOfContentsBooleantrue

If this property is set to true, the table of contents is detected during document synthesis.


DetectOverflowingParagraphs

KeyTypeDefault
DetectOverflowingParagraphsBooleantrue

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

KeyTypeDefault
ClassifySeparatorsBooleantrue

If this property is set to true, additional properties of separators (such as their type and role) are detected during document synthesis.