Skip to content

El-Garrai/S.A.F-OCR

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

S.A.F-OCR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published