#12 · Primary category: Computer Vision
tesseract.js
Pure Javascript OCR for more than 100 Languages 📖🎉🖥
Project last updated:05/17/26
GitHub Stars
38.7K
Forks
2.4K
Contributors
86
License
Apache-2.0
Why we included this project
Tesseract.js is a JavaScript port of the Tesseract OCR engine that runs in the browser through WebAssembly or on a Node.js server, so you can pull text out of images and scans without standing up a separate service. It recognizes more than a hundred languages. The worker API is the part that makes it practical: you create a worker once and reuse it across many images, which keeps repeated recognition fast. It also returns bounding boxes at the paragraph, word, and character level, which is handy for layout analysis or building your own extraction pipeline. Teams that want OCR embedded in a web app and would rather skip native dependencies on the backend will find this a straightforward fit.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)