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: an area in the global memory or a disk file. 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, LoadFromFile, SaveToMemory, and LoadFromMemory.

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 Restores the object contents from the global memory.
SaveToFile Saves the object contents into a file on disk.
SaveToMemory Saves the object contents into the global memory.

Related objects

Object Diagram

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

PageAnalysisParams

Working with Properties

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.