/Image-To-Text

Pytesseract OCR | Image Pre-Processing | Google Translate

Primary LanguageJupyter Notebook

Image-To-Text

Extraction of text from image using the Pytesseract OCR tool.
Performing different operations on the image before detection of text, to observe the accuracy in each case.

Operations Performed :

  • Resizing
  • Greyscaling
  • Binarization
  • Custom Binarization

We also try to translate the text to different languages using the Google Translate APIs.