DocType
Inheritance: java.lang.Object, java.lang.Enum
public enum DocType extends Enum<DocType>
Represents the high-level document category detected for an image or page.
Fields
| Field | Description |
|---|---|
| BOOK | Book page or other primarily textual content. |
| FORMULA | Mathematical formula, equation, or expression. |
| HANDWRITTEN | Handwritten content. |
| INVOICE | Invoice, bill, receipt, or payment document. |
| PICTURE | Photo, advertisement, billboard, packaging, or similar visual content. |
| PRESENTATION | Presentation slide. |
| SCIENTIFIC | Scientific article, report, paper, or technical publication. |
| TABLE | Table, form, or spreadsheet-like content. |
| UNKNOWN | Document type was not detected. |
BOOK
public static final DocType BOOK
Book page or other primarily textual content.
FORMULA
public static final DocType FORMULA
Mathematical formula, equation, or expression.
HANDWRITTEN
public static final DocType HANDWRITTEN
Handwritten content.
INVOICE
public static final DocType INVOICE
Invoice, bill, receipt, or payment document.
PICTURE
public static final DocType PICTURE
Photo, advertisement, billboard, packaging, or similar visual content.
PRESENTATION
public static final DocType PRESENTATION
Presentation slide.
SCIENTIFIC
public static final DocType SCIENTIFIC
Scientific article, report, paper, or technical publication.
TABLE
public static final DocType TABLE
Table, form, or spreadsheet-like content.
UNKNOWN
public static final DocType UNKNOWN
Document type was not detected.