Business-Card-Scanner icon indicating copy to clipboard operation
Business-Card-Scanner copied to clipboard

Integrating Natural Language Processing to Android application

Open dhruv2601 opened this issue 6 years ago • 0 comments

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!

dhruv2601 avatar Oct 08 '17 09:10 dhruv2601