Abstract:
This project is about reading the text information from business cards. The application takes the
image of the card, recognize the text information, and store it as a contact. It also provides the
backup of the whole data from the server. The application is able to search contacts on a certain
location, in a company or any specific person. The work mostly depends on the image processing,
SQLite database and SQL server database. Most of the implementation is done by using OpenCV
algorithms by enhancing the image and preparing it for the recognition process. The Tesseract
engine is used for achieving the text recognition. The application allow the user to verify the
information recognized from the image. An information can be directly used by differentiating it on
the basis of its category, whether it is phone number or an address. A route will be generated on the
Google map to the location if it is an address. All the contacts can be uploaded to the server and
retrieved from the server from anywhere in the world by the help of an account. PHP and Java is
used for the connection to the server. A user account is authenticated by username and a password
which is entered as one time process.