Skip to main content

Questions tagged [tesseract]

For questions related to Tesseract, an Open Source OCR Engine

2 votes
0 answers
25 views

This is the full repo. https://github.com/MortalWombat-repo/ebrojevi_ocr_api this is the app.py preprocess function from the repo where opencv is used https://github.com/MortalWombat-repo/...
Ico's user avatar
  • 51
1 vote
0 answers
6k views

pytesseract.pytesseract.tesseract_cmd = r'/usr/local/bin/pytesseract' img = Image.open("/content/drive/My Drive/abc.jpg") print(pytesseract.image_to_string(img)) ...
star's user avatar
  • 1,521