Good Morning,
I'm trying to develop a Java application with access to citizen card data. Does anyone know how to do when you put the card in the reader can read the data on the card in my Java application.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Maen BadwanPosted Oct 6, 2016, 4:25 AM
If you mean you want to scan or save the citizen card as images, and then you want to extract data from these images, and save the result information as text or document format, you can use the LEADTOOLS OCR SDK which has native libraries for Java (Linux and Windows), NET (C# & VB), WinRT, iOS, OS X, and Android. Using this SDK, you can add zones (regions of interest) around the data you want to extract, and then pass the image to the OCR engine to recognize the text in the cards and return the text or save it.
You can find more details at this link: https://www.leadtools.com/sdk/ocr
Disclaimer: I am an employee of this library
Delpin Susai RajPosted Sep 29, 2016, 9:30 AM