I have a ASP.Net C# 4.0 Web Application
I need to Add a scanning feature for my users. This is what I want to achieve On my web application
- user clicks on a button
- opens a window with preview of document in Scanning device attached to the client system
- User confirms the Scan
- this will save the Scanned document in jpg/pdf format on the server
- then do the OCR on document
Can any one suggest a way to achieve this.
I read about this https://www.leadtools.com/sdk/engine/imaging not sure how much this can work. Can any one suggest a best way to get this done.
Thanks
update
tried leadtools from https://www.leadtools.com/support/forum/posts/m28036-Re--Scan-and-Upload-v16--NET-with-Caspol-exe-deployment as LEAD Support suggested but it is missing references not sure where and how to get those references