Skip to main content
Version: Version 1.1.0

[TableAnalysisParams] INI file section

The [TableAnalysisParams] INI file section defines parameters that control how the Pdftools OCR Service analyzes table structures. These parameters are only used when the DetectTables property in the [PageAnalysisParams] section is set to true.


DetectCellsInversion

KeyTypeDefault
DetectCellsInversionBooleantrue

If this property is true, cell inversion is detected during table block analysis.


DetectCellsOrientation

KeyTypeDefault
DetectCellsOrientationBooleantrue

If this property is true, cell orientation is detected during table block analysis.


SingleLinePerCell

KeyTypeDefault
SingleLinePerCellBooleanfalse

Set this property to true if the tables you’re processing contain only one line of text per cell. This enables faster and more accurate table layout analysis.


SplitOnlyBySeparators

KeyTypeDefault
SplitOnlyBySeparatorsBooleanfalse

Set this property to true if the tables you’re processing have no hidden separators. This enables faster and more accurate table layout analysis.