Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 299 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 299 Bytes

OCR (Python)

First install the dependencies

I am using MacOS Sonoma 14.4.1 (M2 Chip)

Get the dependencies:

  • pip3 install opencv-python --break-system-packages
  • pip3 install pytesseract --break-system-packages
  • brew install Pillow

Now run,

  • python3 python.py