Skip to content

quaintdev/ocrmyimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.