Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS OCR C DLL Help

TABLEMETHOD

Show in webframe

typedef enum
{
   TABLE_METHOD_USETABS,
   TABLE_METHOD_USECELLS,
} TABLEMETHOD;

The TABLEMETHOD enumerated type represents how to export table zones.

Value

Meaning

TABLE_METHOD_USETABS

Export the recognized table zones by exporting TAB positions and TAB characters into the final output document (Default for FORMAT_LEVEL_DROP and FORMAT_LEVEL_PART).

TABLE_METHOD_USECELLS

Export the recognized table zones as table objects with a row-and-column cell structure into the final output document (Default for FORMAT_LEVEL_FULL).

Comments

This enumerated type is used by the following structure:

DOCUMENTOPTIONS

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.