This object provides access to parameters affecting table block analysis process. All properties of a newly created object of this type are set to reasonable defaults. To know the default value of this or that property, see its description. The TableAnalysisParams object is a persistent object. This means that the object’s current state can be written to persistent storage. Later, the object can be re-created by reading the object’s state from the persistent storage. The following methods provide persistence of the object: Linux: SaveToFile, and LoadFromFile Windows SaveToFile, LoadFromFile, SaveToMemory, and LoadFromMemory.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| DetectCellsInversion | VARIANT_BOOL | If this property is TRUE, the cells inversion is detected during table block analysis. This property is TRUE by default. |
| DetectCellsOrientation | VARIANT_BOOL | If this property is TRUE, the cells orientation is detected during table block analysis. This property is TRUE by default. |
| SingleLinePerCell | VARIANT_BOOL | 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. This property is FALSE by default. |
| SplitOnlyBySeparators | VARIANT_BOOL | Set this property to TRUE if you only recognize tables with no hidden separators. The table layout will be analyzed more readily. This property is FALSE by default. |
Methods
| Name | Description |
|---|---|
| CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
| LoadFromFile | Restores the object contents from a file on disk. |
| LoadFromMemory Note: Windows only. | Restores the object contents from the global memory. |
| SaveToFile | Saves the object contents into a file on disk. |
| SaveToMemory Note: Windows only. | Saves the object contents into the global memory. |
Related objects
Object Diagram
