Guest User

Untitled

a guest
Dec 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # OCR_app
  2. OCR App
  3.  
  4. ## Install Tesseract 4.0 on MacOS
  5.  
  6. ```bash
  7. $ brew install tesseract --HEAD
  8. $ pip install pytesseract
  9. ```
  10.  
  11. ### Check Tesseract version
  12.  
  13. ```bash
  14. $ tesseract --version
  15. ```
Add Comment
Please, Sign In to add comment