- Which OCR engine does it use?
- The simulator uses Tesseract.js (WASM port of Tesseract 4) running in-browser. Processing is client-side — images are not uploaded to any server.
- Does it support non-Latin scripts?
- Tesseract supports 100+ languages including Arabic, Chinese, Japanese, Korean, Devanagari, and Cyrillic. Select the language before processing for optimal accuracy with the relevant script.
- What image formats does it accept?
- PNG, JPEG, TIFF, BMP, GIF, and WebP. For best results, use PNG (lossless compression, no JPEG artifacts). Minimum recommended resolution is 300 DPI equivalent.