ocr-image-text
ocr-image-text copied to clipboard
To extract text from the Images (i.e, Scanned Documents)
ocr-image-text
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"