Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 278 Bytes

File metadata and controls

12 lines (8 loc) · 278 Bytes

GOAL

The goal is to detect characters or words in a image.

Tesseract library can be downloaded from here

LIBRARIES NEEDED

  • cv2
  • tesseract
  • matplotlib

Manu Varghese