Skip to content

alprkrklc/image-to-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image to Text Using Tesseract OCR

You can extract texts from images using Google's Tesseract OCR. You can see a simple example in example.py file.

Requirements

  • First things first you need to install tesseract-ocr in your system. To install it you can check the official repository or see the guideline here.
  • You can see all the required libraries in requirements.txt file. You can install them all at once via pip install -r requirements.txt.

Releases

No releases published

Packages

No packages published

Languages