An open API service indexing awesome lists of open source software.

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

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