ID-Card-OCR
ID-Card-OCR copied to clipboard
Extract details from image of ID Card using OCR
ID-Card-OCR
Usage
-
Clone the repository using
git clone https://github.com/atulapra/ID-Card-OCR.git
. -
In the terminal type
python ocr1.py -i idcard.jpg
.
Dependencies
-
PIL
-
pytesseract
-
argparse
-
opencv
-
imutils