dhruv2601 / Business-Card-Scanner

Engine for Optical Character Recognition to scan Business Cards locally on Android devices.
https://play.google.com/store/apps/details?id=businesscard.dhruv.businesscardscanner
26 stars 15 forks source link

Integrating Natural Language Processing to Android application #3

Open dhruv2601 opened 6 years ago

dhruv2601 commented 6 years ago

The application extracts person's details from a Business Card Scanner, the issue arises to make the application identify each identity correctly, for example, which extracted text is Name, which is the address, email-id, etc. A NLP-engine is required to correctly classify the text. The current algorithm uses Regular Expression in JAVA and is not acceptably efficient for Name, Address, etc.

Feel free to contribute, continuous support will be given for understanding the code!