Student ID card reader
scanner java tesseract ocr swing
- IntelliJ IDEA - IntelliJ IDEA v2019.2.4
- Tesseract OCR - Tesseract OCR v4
- Clone this repo to your local machine using
https://github.com/GeeKh04/card-ocr
After the cloning of this repo you can test the app by flowing the instructions :
- Get your ID card informations position by %
- Go to the File
card-ocr/src/main/java/com/ocr/card/service/CardOCRService.java
- Update the x & y value by your text region position
double x1; // x1 coordinate of the upper-left corner
double y1; // y1 coordinate of the downer-left corner
double x2; // x2 coordinate of the upper-right corner
double y2; // y2 coordinate of the downer-right corner
- Run CardApplication on IntelliJ IDEA or any other IDE
- Choose your ID card
- Click the Scan button
- Get a student ID card data
KHOUNA Rida |
---|
github.com/GeeKh04 |
Reach out to me at one of the following places!
- Website at
khouna.com
- Twitter at
@Rida_Khouna
- MIT license
- Copyright 2020 © KHOUNA.