SaveFormat
Contents
[
Hide
]SaveFormat enumeration
For recognition result saving
Members
| Member name | Description |
|---|---|
| TEXT | Saves the document in the plain text format. |
| DOCX | Saves the document as an Office Open XML WordprocessingML Document (macro-free). |
| Saves the document as a Searchable PDF (Adobe Portable Document) Document. | |
| XLSX | Saves the document as an Excel ( 2007 and later) workbook Document. |
| XML | Saves the document as an XML file. |
| JSON | Saves the document as an JSON file. |
| HTML | Saves the document as an HTML file. |
| EPUB | Saves the document as an EPUB file. |
| RTF | Saves the document as an rtf file. |
| PDF_NO_IMG | Saves the document as a Searchable PDF (Adobe Portable Document) Document without image. |
| HOCR | Saves the document as a hOCR (.html) file. |
| MD | Saves the document as a Markdown (.md) file. If MULTICOLUMN is used, images will also be extracted. |
| CSV | Saves the document as a CSV (.csv) file. |
See Also
- namespace aspose.ocr
- assembly Aspose.OCR