Scanning Software

I have a PHP, JavaScript, jQuery website that allows the users to scan a document and the image is transferred to the webserver via a C++ app.

I don’t know C++ and I would like to rewrite the scanning software. Do you guys know of any software that will work with a scanner and upload the images to a web server?

Mel, that sounds like an interesting application.

Well, first, there are thousands of types of scanners. It would be better to just
have the user scan it on their own and just upload the results. You can upload any
scan just like a picture, because that is exactly what they are. A scanned picture.

So, the user can scan and then select the picture to be uploaded just like any other
file is uploaded to your site.

If it must be a program that runs thru you, it is best to leave it as a C++ app.
C++ code in a similar manner to other languages except the way it handles it’s
memory layout and calls.

Not sure if that helps…

Sponsor our Newsletter | Privacy Policy | Terms of Service