Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 220 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 220 Bytes

Image-to-text

install PIL module install pytesseract module and include the downloaded file path in the pytesseract.pytesseract.tesseract_cmd variable

enter the image filename like img = Image.open("testimage.jpg")