Skip to main content
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.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
DetectCellsInversionVARIANT\_BOOLIf this property is TRUE, the cells inversion is detected during table block analysis. This property is TRUE by default.
DetectCellsOrientationVARIANT\_BOOLIf this property is TRUE, the cells orientation is detected during table block analysis. This property is TRUE by default.
SingleLinePerCellVARIANT\_BOOLSet 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.
SplitOnlyBySeparatorsVARIANT\_BOOLSet 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

NameDescription
CopyFromInitializes properties of the current object with values of similar properties of another object.
LoadFromFileRestores the object contents from a file on disk.
LoadFromMemory <Note> : Windows only. </Note>Restores the object contents from the global memory.
SaveToFileSaves the object contents into a file on disk.
SaveToMemory <Note> : Windows only. </Note>Saves the object contents into the global memory.
TableAnalysisParams 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 (Windows and Linux)

See also

Tuning Parameters of Preprocessing, Analysis, Recognition, and Synthesis PageAnalysisParams Working with Properties