Skip to content

toufiqism/Python-Bangla-OCR-demo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A OCR Image Extractor server using Tesseract and FLASK in Python

you need to install tesseract on the server machine (only tried in windows so you need the tesseract-ocr-w64-setup-5.5.0.20241111.exe setup) after setup you have to add the tesseract.exe to the environment variable

need flask, pytesseract py libraries as well

this command searches for the installed tesseract lib in your OS

pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages