TableAnalysisParams object (ITableAnalysisParams interface) in the ABBYY FineReader Engine API — Tunes table-block analysis; persistent object savable to file/memory.
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 LoadFromFileWindows SaveToFile, LoadFromFile, SaveToMemory, and LoadFromMemory.
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.
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.