Hi Ron
Perhaps not exactly what you need, just some of the ways I'm managing our scanning of docs depending on what the document is
The user can then pick which method for which document.
1) Network printer and scanner - scans to a folder on the network, there is an idle procedure that collects the files there and saves them into the DB, files on the disk with a record pointer to the file. Someone will then later in the desktop app index and tag the pages in the pdf to the correct client records.
2) Upload form - user picks the pdf file from wherever (this is best quality as you can upload native PDF's)
3) Camera on a form that saves the image to PDF into the storage DB
4) In certain situations I also use CamScanner mobile app as a seperate scanning app, produces the best quality that I can find, this is great for bulk scanning , it produces multi page PDF's
which once uploaded can be split into single page PDF's and then indexed in the app by a user.
We use all 4, depending on the doc and where it comes from.
Johan