Forum Moderators: coopster
Some of the clients wants to sne dtheir requirmenst to Fax, so we offer a Fax template in PDF/WORD which they can download and print, fill and send.
But Is there any way(readlily available scripts) to capture the Faxes, and bring the data into the mySQL DB and so to reduce the data reentering time?
All we need is the FAX as an Image into DB, and the Client ID(Unique) and Data. (Not any hand written doc recognization).
Thanks in advance.
Benny
However I didn't interact with a real FAX machine around me but contracted an incoming number from a FAX Gateway Provider. They provide you an option to receive incoming message on a given number. They also post information on any preset web address (HTTP POST BACK). Now after you have information, you can use PHP to retrieve TFF Format Image and then store it to your database.
Now the other part where you wish to recognize data from FAX Image - I think it should be possible as well but since I have no first hand knowledge on that subject - I wouldn't misguide you.