Supported file formats
Contents
[
Hide
]
Recognized image formats
Aspose.OCR for JavaScript via C++ can recognize any file you get from a scanner or camera:
File format | Details |
---|---|
JPEG (.JPG or .JPEG) | The most popular format for smartphone photos. |
PNG (.PNG) | Portable Network Graphics. Supports 24-bit images with transparency. |
TIFF (.TIF or .TIFF) | Tag Image File Format, commonly used for high quality scanning. Multi-page TIFF images are fully supported. |
Bitmap (.BMP) | Bitmap image file. |
Archive (.ZIP) | All JPEG, PNG, TIFF and BMP images inside the archive.(1) |
Web link | A public URL to JPEG, PNG, TIFF and BMP image.(2) |
- Aspose.OCR for JavaScript via C++ engine can only read images that are placed directly in the root of the ZIP archive. Nested archives and sub-folders inside the archive are not processed.
- The URL must point directly to the image. Aspose.OCR for JavaScript via C++ cannot extract images from HTML pages.
The library does not support authentication and can only work with public URLs.
Recognition results
Recognition results are returned in the most popular document and data exchange formats:
Format | Details |
---|---|
TEXT | Plain text |
JSON | A popular open-standard format, widely used in software development and data exchange |
XML | Extensible Markup Language, a universal format for most systems |