To extract text from the Images (Scanned Documents Or any types of Image)
Prerequisite
- Python
- tesseract-ocr-setup
Install Packages
- OpenCv
- pytesseract
Syntax for run python file.
python fileName --image "ImagePathDir"
i.e,
python image-scan.py --image "path/to/directory/of/images"