Inherits Enum.
|
int | DOCX = 1 Saves the result as an Office Open XML Word processing ML Document (macro-free). |
|
int | EPUB = 7 Saves the document as an EPUB file. |
|
int | HTML = 6 Saves the document as an HTML file. |
|
int | JSON = 5 Saves the result as an plain text written in JavaScript object notation. |
|
int | PDF = 2 Saves the result as a PDF (Adobe Portable Document) Document. |
|
int | PDF_NO_IMG = 9 Saves the document as a Searchable PDF (Adobe Portable Document) Document without image. |
|
int | RTF = 8 Saves the document as an rtf file. |
|
int | TEXT = 0 Saves the result in the plain text format. |
|
int | XLSX = 3 Saves the result as an Excel ( 2007 and later) workbook Document. |
|
int | XML = 4 Saves the result as an XML Document. |
|
Format to save recognition result as document.