Question: How to design a sample in the program Visual Basic .NET inside the button of the scanner device stores more than one picture to a book containing the number and date and subject contains more than one image and the way to call this book by searching for his number or subject and extract all the special image of this book .
Question
Collapse
X
-
Tags: None
-
I want the scanner code in an outgoing and incoming system template to take multiple pictures of a single book or document containing more than one imageComment
-
-
No I don't understand Arabic sorry. But maybe I can help you understand what you need to do to capture scanner images. Find out what the model and number of the scanner is you are working with. Then find out what software is used to manage it. Sometimes you can download an SDK that will give you access to the internals of the system. That way you can program your own solution yourself.Comment
-
The type of device that I used with the computer is the Canon Model 100 and I do not know how to link a button in a window designed in Visual Basic or a program designed in acces to save a book issued or contained from a company containing several imagesComment
-
You will likely have to import and reference third-party DLLs so that you can access scanned images. Search the Canon website to see if they offer an SDK you can use.
This article shows you how to access a Canon DSLR: https://www.codeproject.com/articles...rial-in-csharp
But it's written in C# so you'll have to do some conversion.Comment
-
I want to design a system issued and imported to a company. The window design contains a reference button to the scanner that saves a document containing several imagesComment
-
OK so you want the button to start the scan and save the images to a company folder?
This is the software provided by Canon: https://www.usa.canon.com/internet/p...Bar-_-software
I'm sure one of those offerings have APIs you could leverage.Comment
Comment