java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pdftron.pdf.DataExtractionModule.DataExtractionEngine |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DataExtractionModule.DataExtractionEngine | e_doc_structure | Document structure engine. | |||||||||
DataExtractionModule.DataExtractionEngine | e_form | Form field extraction engine. | |||||||||
DataExtractionModule.DataExtractionEngine | e_form_key_value | Form field with key value extraction engine. | |||||||||
DataExtractionModule.DataExtractionEngine | e_tabular | Tabular Data engine. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static DataExtractionModule.DataExtractionEngine | valueOf(String name) | ||||||||||
final static DataExtractionEngine[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Document structure engine. This engine discovers the full logical structure, including headers, footers, paragraphs, list items, table columns, cells, borders, images and graphics.
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.
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.
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.