H
H
Hopolo52020-11-12 14:33:19
Java
Hopolo5, 2020-11-12 14:33:19

What technologies should be used when developing a data recognition application?

I need to write a passport data recognition application in Java. I've already tried to write something, but it doesn't work well:
1. preprocessing: grayscale translation, gaussian blur(3*3);
2. used getWords() from Tesseract;
3. tried to sort the received words (rectangles) by fields.
I would like to see a list of technologies and stages of the application, or maybe some finished products with open source. Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan, 2020-11-12
Hasanly @azerphoenix

I suspect you need OCR
https://stackabuse.com/tesseract-simple-java-optic...
https://sourceforge.net/projects/javaocr/
https://www.baeldung.com/java-ocr- tesseract
https://www.geeksforgeeks.org/tesseract-ocr-with-j...
google

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question