Enum SaveFormat
Enum SaveFormat
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)
For recognition result saving
public enum SaveFormat
Fields
Docx = 1
Saves the document as an Office Open XML WordprocessingML Document (macro-free).
EPUB = 7
Saves the document as an EPUB file.
HOCR = 10
Saves the document as a hOCR (.html) file.
HTML = 6
Saves the document as an HTML file.
Json = 5
Saves the document as an JSON file.
Pdf = 2
Saves the document as a Searchable PDF (Adobe Portable Document) Document.
PdfNoImg = 9
Saves the document as a Searchable PDF (Adobe Portable Document) Document without image.
RTF = 8
Saves the document as an rtf file.
Text = 0
Saves the document in the plain text format.
Xlsx = 3
Saves the document as an Excel ( 2007 and later) workbook Document.
Xml = 4
Saves the document as an XML file.