https://github.com/atulapra/id-card-ocr
Extract details from image of ID Card using OCR
https://github.com/atulapra/id-card-ocr
ocr opencv pytesseract python tesseract-ocr
Last synced: 12 months ago
JSON representation
Extract details from image of ID Card using OCR
- Host: GitHub
- URL: https://github.com/atulapra/id-card-ocr
- Owner: atulapra
- Created: 2017-10-29T11:55:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T15:48:23.000Z (about 8 years ago)
- Last Synced: 2025-06-17T20:46:36.717Z (about 1 year ago)
- Topics: ocr, opencv, pytesseract, python, tesseract-ocr
- Language: Python
- Homepage:
- Size: 248 KB
- Stars: 23
- Watchers: 2
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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