You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: