quaintdev / ocrmyimage

A web frontend for tesseract-ocr

Repository from Github https://github.comquaintdev/ocrmyimageRepository from Github https://github.comquaintdev/ocrmyimage

OCR My Image

OCR My Image is a web frontend for tesseract OCR

It has dependency on Tesseract ocr and it must be installed first before installing OCR My Image server.

On fedora, install below dependencies.

sudo dnf install tesseract tesseract-devl

On Ubuntu or debian

sudo apt install tesseract-ocr libtesseract-dev -y

You must install tesseract language pack for the language you want to perform ocr. For example, if you want to perform OCR on Marathi text, use

sudo apt install tesseract-ocr-mar

You can view installed languages using tesseract --list-langs

Install OCR My Image

Use go install github.com/quaintdev/ocrmyimage@latest to install the web server on your platform.

If you are on Linux (amd64) you can use pre-built binary from release pages and execute it.

About

A web frontend for tesseract-ocr

License:MIT License


Languages

Language:HTML 67.0%Language:Go 25.7%Language:Dockerfile 7.3%