Scope and limitations of Tesseract.js
masterTesseract.js is a JavaScript/WebAssembly port of the Tesseract OCR engine.
Key Limitations:
- Handwritten Text: Not supported. The model is optimized for printed text; results for handwriting will be poor regardless of configuration.
- Engine Bugs: Since Tesseract.js does not modify the underlying engine, bugs originating in the Tesseract engine should be reported to the main Tesseract repository, not here.
- Framework Support: Supports all frameworks with WebAssembly support, except for React Native (which lacks WebAssembly support).