Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 356 Bytes

File metadata and controls

17 lines (11 loc) · 356 Bytes

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