Guest User

Untitled

a guest
Feb 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. from PIL import Image
  2. import pytesseract
  3.  
  4. tab_im = Image.open('p27-001.jpg')
  5. tab = pytesseract.image_to_data(tab_im)
  6. print(tab)
  7.  
  8. FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tess_3se80zvv_out.tsv
Add Comment
Please, Sign In to add comment