SaveFormat
SaveFormat enumeration
For recognition result saving
public enum SaveFormat
Values
| Name | Value | Description |
|---|---|---|
| Text | 0 | Saves the document in the plain text format. |
| Docx | 1 | Saves the document as an Office Open XML WordprocessingML Document (macro-free). |
2 | Saves the document as a Searchable PDF (Adobe Portable Document) Document. | |
| Xlsx | 3 | Saves the document as an Excel ( 2007 and later) workbook Document. |
| Xml | 4 | Saves the document as an XML file. |
| Json | 5 | Saves the document as an JSON file. |
| HTML | 6 | Saves the document as an HTML file. |
| EPUB | 7 | Saves the document as an EPUB file. |
| RTF | 8 | Saves the document as an rtf file. |
| PdfNoImg | 9 | Saves the document as a Searchable PDF (Adobe Portable Document) Document without image. |
| HOCR | 10 | Saves the document as a hOCR (.html) file. |
| Md | 11 | Saves the document as a Markdown (.md) file. If MULTICOLUMN is used, images will also be extracted. |
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR