Guest User

Untitled

a guest
Mar 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. sudo apt install tesseract-ocr-all imagemagick
  2. # cd to your images folder
  3. for i in *.JPG do tesseract $i '$i result' done
  4. cat *.txt > final.txt
  5. rm *result.txt
Add Comment
Please, Sign In to add comment