[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
| Key | Type | Default |
|---|---|---|
DetectCellsInversion | Boolean | true |
If this property is true, cell inversion is detected during table block analysis.
DetectCellsOrientation
| Key | Type | Default |
|---|---|---|
DetectCellsOrientation | Boolean | true |
If this property is true, cell orientation is detected during table block analysis.
SingleLinePerCell
| Key | Type | Default |
|---|---|---|
SingleLinePerCell | Boolean | false |
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
| Key | Type | Default |
|---|---|---|
SplitOnlyBySeparators | Boolean | false |
Set this property to true if the tables you’re processing have no hidden separators. This enables faster and more accurate table layout analysis.