Tesseract.js is a javascript library that gets words in [almost any language](./tesseract_lang_list.md)* out of images.
Tesseract.js is a javascript library that gets words in [almost any language](./tesseract_lang_list.md)* out of images.
Under the hood, Tesseract.js wraps an [emscripten](https://github.com/kripken/emscripten) port of the [Tesseract OCR Engine](https://github.com/tesseract-ocr/tesseract).
[Check out the docs](#docs) for a full treatment of the API.
Under the hood, Tesseract.js wraps an [emscripten](https://github.com/kripken/emscripten) port of the [Tesseract OCR Engine](https://github.com/tesseract-ocr/tesseract).