Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 290 Bytes

File metadata and controls

8 lines (6 loc) · 290 Bytes

Python-OCR

Python OCR project to detect text from any surface. Uses tesseract and openCV2.

Usage:

  • Capture any number of Images using Cheese (Linux webcam software)
  • Put the default saved image path of cheese in main_file.py
  • The output text can be seen on the terminal after that.