Enum DataExtractionModule.DataExtractionEngine
Data Extraction Engines
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum DataExtractionModule.DataExtractionEngine
Fields
Name | Description |
---|---|
e_doc_structure | Document structure engine. This engine discovers the full logical structure, including headers, footers, paragraphs, list items, table columns, cells, borders, images and graphics. |
e_form | Form field extraction engine. This engine uses artificial intelligence and computer vision to detect form fields in documents that do not have any interactive field annotations embedded. |
e_form_key_value | Form field with key value extraction engine. This engine uses artificial intelligence and computer vision to detect form fields, including field name and values, in documents that do not have any interactive field annotations embedded. Note: This engine is experimental and subject to change. |
e_tabular | Tabular Data engine. This engine identifies column and row structure and analyzes numeric columns. It is especially suited to documents that are table-based such as spreadsheets. |