TableAnalysisParams Object (ITableAnalysisParams Interface)
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 on disk. Later, the object can be re-created by reading the object's state from persistent storage. The following methods provide persistence of the object: SaveToFile, and LoadFromFile.
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. |
SaveToFile | Saves the object contents into a file on disk. |
Related objects
Output parameter
This object is the output parameter of the CreateTableAnalysisParams method of the Engine object.
Samples
The object is used in the following code samples: CommandLineInterface.
See also
Tuning Parameters of Preprocessing, Analysis, Recognition, and Synthesis
03.07.2024 8:50:25