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

FieldDescription
BOOKBook page or other primarily textual content.
FORMULAMathematical formula, equation, or expression.
HANDWRITTENHandwritten content.
INVOICEInvoice, bill, receipt, or payment document.
PICTUREPhoto, advertisement, billboard, packaging, or similar visual content.
PRESENTATIONPresentation slide.
SCIENTIFICScientific article, report, paper, or technical publication.
TABLETable, form, or spreadsheet-like content.
UNKNOWNDocument 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.