Guest User

Untitled

a guest
Mar 14th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import Image
  2. import pytesseract
  3.  
  4. # Simple image to string
  5. print(pytesseract.image_to_string(Image.open('ocr.jpg')))
Add Comment
Please, Sign In to add comment