Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 332 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 332 Bytes

ocr-image-text

To extract text from the Images (Scanned Documents Or any types of Image)

Prerequisite

  1. Python
  2. tesseract-ocr-setup

Install Packages

  1. OpenCv
  2. pytesseract

Syntax for run python file.
python fileName --image "ImagePathDir"

i.e,
python image-scan.py --image "path/to/directory/of/images"