[TableAnalysisParams] INI file section
Define how the Pdftools OCR Service analyzes and interprets table structures during document processing.
DetectCellsInversion
| Key | Type | Default |
|---|---|---|
DetectCellsInversion | Boolean | true |
If this property is true, the cells inversion is detected during table block analysis.
DetectCellsOrientation
| Key | Type | Default |
|---|---|---|
DetectCellsOrientation | Boolean | true |
If this property is true, the cells orientation is detected during table block analysis.
SingleLinePerCell
| Key | Type | Default |
|---|---|---|
SingleLinePerCell | Boolean | false |
Set this property to true if you only recognize tables with one line of text per each cell.
The table layout will be analyzed more readily.
SplitOnlyBySeparators
| Key | Type | Default |
|---|---|---|
SplitOnlyBySeparators | Boolean | false |
Set this property to true if you only recognize tables with no hidden separators.
The table layout will be analyzed more readily.