Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

santhoshtr/tesseract-web

Repository files navigation

Tesseract OCR web interface

Supports scanning images and pdfs.

Use prebuilt docker image:

docker run -p 3000:80 ghcr.io/santhoshtr/tesseract-ocr-web:latest

Open http://0.0.0.0:3000/ using browser

OR

Checkout this repository and

docker build -t tesseract-ocr .
docker run -dp 3000:80 tesseract-ocr:latest

then Open http://0.0.0.0:3000/ using browser

About

Web Interface for Tesseract OCR, with docker support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages