I am trying to create a back-end for my application. In the back-end I will be receiving the business card in form of image (basically taken from mobile phone camera). I would like to process this image and extract the contact details like - the person's name, address, email etc and store it in database.
My back-end server supports PHP. So I am looking a PHP based solution for this. Or is there any web based API where I can send the image and get the contact fields in response.
Thanks in advance!!