I have a program that was written to work on linux, that I need converted to work as a webservices program. Here are some details from the programmer who wrote the initial software for me:
All functionality you may need to change in this program to behave as web-service located in , no need to change any other files. In general, you need to replace reading files from predefined directory by reading files uploaded through web-service.
Further, these are specifications from my webdeveloper on how the program must function:
So the real task is to develop web based application which can be
accessible by http and show it working on test server then on your
server. (If application for linux works on local computer it doesn’t
mean what it can be used on server via php or http).
Interface must be like:
where – link to jpg scanned test image for recognition.
Output of this program must be csv or txt or json data
I would provide you with the original source code that would need to be adopted to work as a webservices program.