I have a very generic problem. I am developing an application in .NET, like a document management system. I have a lot of documents against one id (usually more than 100, think of it like a property/land docs or documents for a trial in a court). Now I want to make it computerized and enter those hardcopy docs in a database from my .NET app. So, what would be the best way to add them in computer? I have tried scanning but it goes very laborious for 100+ docs per ID. Is there any efficient way for scanning that much docs per ID?
My second problem is that when I tried to save image file of scanned docs in binary format in sql the size of my database jumped up from 6GB for 2100 images. Is there any way to reduce the size of binary format for images? or any other way to save them in sql?
Any help would be appreciated. Regards