|
Hi,
I want to write a system for handling important documents in my home. This is the user story for getting a new document:
I "Add new document" and am prompted to scan it using my combined printer/scanner. I view the scanned copy to see it's of good...
Started by Kent on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.programmersheaven.com/2/Java-Twain-image-acquisition http://twainmodule.sourceforge.net/ Under....
If you google for "java twain" or "python twain", you get plenty of useful-looking stuff, e.g .
The standard interface for scanners is TWAIN .
|
|
Is there a way to read from a USB barcode reader while ignoring the keyboard and not knowing the PID or VID of the USB scanner? I know that there is a way of differentiating between USB scanner input and keyboard input by using the VID and or PID of the...
Started by Amar Patel on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Capture the key presss event and simply prevent entry via keyboard?
tanks , that was very nice man.
|
|
Yeah i would like to be able to read check engine codes from all sorts of cars, as an alternative to having a shop overcharge for the service. i want to be able to read out the codes and what they mean. obd1, obd2, new, old, whatever. is there a nice ...
Started by magic_silver_box on
, 10 posts
by 7 people.
Answer Snippets (Read the full thread at g20):
Lt;/div> </div> </div> i have a no name brand scanner here at work i use but imma invest in a top of the line scanner ($400+) to read obd1, obd2, e-obd, as well as AIRBAG and ABS codes..these not only tell u codes on ....
|
Ask your Facebook Friends
|
Is there such a thing as a scanner with an automatic document feeder and a duplexer, that will scan to a USB memory stick?
Other requirements, must be able to save as PDF (inc multipage PDF) or JPG.
Network connectivity would be nice, direct PC connection...
Started by Bryan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
The ScanStation is a standalone networked device that has an embedded directly attached to the scanner.....
Print quickly the scanner attached to a pc.
No there is no such scanner
USB means the ultimate in simplicity and versatility.
|
|
Any recommendations on a pretty basic flatbed scanner for light-duty text and graphics scanning? I don't need any fancy features like sheet feeder or anything like that - I just need to scan an occasional text document or picture.
A scan-to-PDF function...
Started by marc_s on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Here is the Microsoft Compatibility page about....
Check this link to see what other scanners are Windows 7 64 bit compatible
Here's an example: Canon Canoscan LiDe 100
I have a Canon CanoScan LiDE 60 that works fine with Windows 7 Ultimate 64-bits.
|
|
I'm looking for a document scanner at a reasonable price point that allows me to drop a stack of papers in and have it scan them all (fairly speedily, quality doesn't matter so much) as PDF files (primary goal - digitising things like bank statements,...
Started by ceejayoz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The Neat ADF scanner Officejet 8500 Pro, due to the scanner/copier....
Have a look at the Neat ADF Scanner
The world’s first ADF scanner designed and engineered after another and gives you crisp, digital images and data you can use.
|
|
I am evaluating VintaSoft .net control and Atalasoft DotTwain Image Capture. And I am very but very lost with the most of the definitions and keywords.
So I am asking this because I think I am in Lala land. Is it possible to listen or have the scanner...
Started by ThorDivDev on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I expect such interfaces do exist for high to a scanner or MFP that supports ftp....
I could well be wrong...
One of the nice things with VRS", not a "push" from the scanner.
You request a scan and then wait for the scanner.
|
|
We've had problems with a virus scanner murdering the performance of our app by slowing down writes to an H2 db . So we'd like to be able to detect the presence of any virus scanner and alert the user of the potential problem. It would be part of a problem...
Started by sblundy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Um - don't do that!
Cant you tell the virus scanner to not scan the H2 DB files.
To install a virus.
|
|
I'm planning to buy a scanner soon and since I didn't purchased one in years I wanted to know which brand / models are the "best".
The ability to scan negatives is a nice to have but not 100% required.
If you are specifing a model in particular, plase...
Started by AlexV on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Look for a minimum of 2400 dpi,....
They can scan a wider variety of objects and generally produce sharper images than sheet-fed the scanner’s “true resolution” because unlike interpolated resolution, it’s not enhanced by software.
scanner.
|
|
In Java I can pass a Scanner a string and then I can do handy things like, scanner.hasNext(), or scanner.nextInt(), scanner.nextDouble(), etc.
This allows some pretty clean code for parsing a string that contains rows of numbers.
How is this done in C...
Started by Simucal on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
A nice C# version might implement IEnumerable so you could say:
var scanner = new Scanner<int>(yourString); foreach(int n in scanner", "43", "6" }; } IEnumerator....
That would not be too hard.
You would have to roll your own.
|