/Extract-Text-From-Image

Extract Text From Image using Pytesseract OCR library in python

Primary LanguageJupyter Notebook

Extract Text from image using pytesseract

Check out the tutorial here:

Step 1 -

Install pytesseract library

pytesseract- (OCR)Optical Character Recognition Command : pip install pytesseract

Step 2:

Download and run tesseract-ocr setup file Link :https://github.com/UB-Mannheim/tesseract/wiki

Step 3:

Write and execute the code