Skip to content

GeeKh04/card-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

card-ocr

Student ID card reader

scanner java tesseract ocr swing

Build Status License

Preview

Preview


Table of Contents


Installation

Built With

Clone

  • Clone this repo to your local machine using https://github.com/GeeKh04/card-ocr

Usage

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

Features

  • Get a student ID card data

Team

KHOUNA Rida
KHOUNA
github.com/GeeKh04

Support

Reach out to me at one of the following places!


License

License

About

Student ID card reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages