Slashdot Mirror


Smart, Intelligent, Flatbed-like Scanners?

MessageDrivenBean asks: "In a Windows-based terminal client environment, I'm looking for a smart flatbed-like scanner. It is okay to connect a scanner to a local USB-port and tunnel that scanner to the remote application on the terminal server. But actually scanning a page produces a lot of data and with a small bandwidth connection it takes like 10 minutes to get all the data in the application. Besides, I only need 2 specific small parts of the page in 300dpi, and JPEG is just fine, no need the get raw data. Does Slashdot know of an intelligent scanner that exposes some sort of API to be efficient in a low-bandwidth terminal client environment?"

41 comments

  1. Wrong model? by Marxist+Hacker+42 · · Score: 2, Interesting

    I guess it would just depend on how incredibly thin your thin client is- why not just write a client side program that handles the scanning, then pushes to the server-side parent application?

    I don't know of a single scanner-only that could do what you are asking- most are TWAIN sources. OTOH, you might look into the latest round of Epson Stylus Photoprinters- they might be able to do what you are asking for (as they do it all- scanner, printer, and flash card reader all in one.

    --
    SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    1. Re:Wrong model? by MessageDrivenBean · · Score: 1

      I don't want a full blown PC at that remote location that needs an operating system, patch management, virus signatures, adware control, etc., etc., etc... Furthermore, I'm talking about 500+ remote locations, which all have to be managed somehow.

      --
      Quisque verborum suorum optimus interpres...
    2. Re:Wrong model? by Marxist+Hacker+42 · · Score: 1

      Don't need a full blown PC at the client side to do this- just need something that you can code extentions to. Most dumb terminals today already HAVE an operating system- it's just an embedded one. Heck, even PalmOS, Symbian, Verifone, or WinCE could handle this- you don't need a desktop system at the 500+ remote locations, just something that can handle USB, TWAIN, and a scripted browser of some sort.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
  2. I'm confused... by Anonymous Coward · · Score: 2, Funny

    I mean, you have to *physically* put the document into the scanner anyway, so why not:

    1) hook up the scanner to a dedicated machine
    2) set up the scanner such that all scans are saved to that machine
    3) compress to your liking
    4) pull that data via a simple network-drive type setup

    Or is there something really out-of-the-ordinary that I'm missing?

    1. Re:I'm confused... by dJCL · · Score: 2, Informative

      OR

      Get a networked scanner, hp makes one, and most MFPs will do it too, and set it to scan to a folder, you can even do user login and have user folders with the advanced ones... Then they walk back to the thin client, load up the client software and edit the image from there...

      I know PSP9 works in a terminal server environment...

      JC

      --
      On Arrakis: early worm gets the bird. Magister mundi sum!
    2. Re:I'm confused... by walt-sjc · · Score: 1

      I think you are missing the point of using thin clients...

      But really, if you have a need for applications that don't work well on a thin client, DON'T USE A THIN CLIENT!!! Sheesh! They are NOT "The" solution to all problems...

    3. Re:I'm confused... by MessageDrivenBean · · Score: 1

      I don't want a full blown PC at that remote location that needs an operating system, patch management, virus signatures, adware control, etc., etc., etc... Furthermore, I'm talking about 500+ remote locations, which then all have to be managed somehow, and are unmanaged today.

      --
      Quisque verborum suorum optimus interpres...
  3. Which thin clients have you tested? by dJCL · · Score: 1

    We have a client that uses thin clients themselves and have been considering a similar setup for them. Which thin clients were you using that you got that far? I would love to aquire one to test with.

    Thanks

    JC

    --
    On Arrakis: early worm gets the bird. Magister mundi sum!
    1. Re:Which thin clients have you tested? by fordboy0 · · Score: 1
      The iGel is really sweet. It's definitely the best (most versatile) thin client I've used to date. Check out IGel's company page, or for a reseller go to Computer Products Corporation's site and send an email to Jeff Kalberg. Make sure to tell him Feige sent ya. ;)
      In all seriousness, I've deployed quite a few IGels with great success. They are designed around the same hardware as the NEOware, but with MUCH better firmware. I've been able to do some miraculous things with them. Jeff K. can tell you about quite a bit. I believe IGel's site has an online demo to boot.

      Hope it helps.

      -Jeff

      --
      Ligaguinggligagiggagoogoogwillgo
    2. Re:Which thin clients have you tested? by dJCL · · Score: 1

      Well, I use the neoware ones currently, but the firmware sucks for advanced features. It only supports some USB mass storage type devices and generally flakey at that... We want these people to be able to upload digital camera shots too.

      I'll check them out, maybe give them a call tomorrow at work.

      --
      On Arrakis: early worm gets the bird. Magister mundi sum!
  4. why you need? by gl4ss · · Score: 0, Offtopic

    some automatic stuff?

    attach a camera very carefully to a stand.

    *bam* insta scan. if you don't need high quality scan of the thing this should be ok

    --
    world was created 5 seconds before this post as it is.
  5. Something else is wrong... by walt-sjc · · Score: 1

    Most USB scanners are USB-1. Some newer models are USB2.0.
    USB-1 is 11Mbps. Ethernet is 10 or 100Mbps (probably 100 in this environment...)

    Even on USB1, If it's taking that long for the scan to get to the server, something else must be wrong. Could you somehow have the scanner in low-speed USB mode - same bus as a mouse or something?

    1. Re:Something else is wrong... by karnal · · Score: 1

      Ummm. Many people in the real world have slower connections between "sites", which I'm going to make the assumption that there is some distance here between the "scanner" and the "end-user".

      So, even if they're using a modest residential DSL connection (256kbit up), it would take 4 seconds for one megabit (assuming this application as a whole could use the full pipe), then multiply by 8 - for 1 MB (32 seconds).

      I haven't done scans in a while, but 300dpi for an ENTIRE page would probably make the file fairly big.....

      As well, if they're using an ISDN connection, it's about 64 seconds/MB, or on dial up -- 33.6 for best upstream (non-digital cards on both ends) around 150 seconds.

      --
      Karnal
  6. Scanners do preview-scans by Guspaz · · Score: 1, Insightful

    Nearly every scanner program I've ever used first does some sort of low-res preview pass, usually at something that looks to be decidedly under 72dpi (20 r 30dpi perhaps? I don't know). You then select the the section of the page to scan and do the high-res scan.

    It looks like existing scanners already do what you want.

    1. Re:Scanners do preview-scans by tonsofpcs · · Score: 1

      Note: Most older Scanners (with basterdized Parallel or even SCSI connections) could be controlled from APIs without the need for a frontend (in fact, I can remember at least 2 scanners that did not even have frontends bundled). In any event, I would call HP, Epson, and any other scanner manufacturer you can think of, and ask their techs (not the people that answer the 'support line' phones -- ask to be put to a tech) if there is a public API.

    2. Re:Scanners do preview-scans by Guspaz · · Score: 1

      I do believe my scanner falls into that category.

      It's a real relic. It's an Apple OneScanner, supporting 300dpi and 4-bit grayscale. Enormous and weighs a ton, it uses a Centronix SCSI cable (adapter cable) to plug into a 33mhz macintosh. The old Motorola MC68LC040 ones.

    3. Re:Scanners do preview-scans by Anonymous Coward · · Score: 0

      M68000 is a great processor base. I have a M68030 and a 68020 [Amigas :)]

      -- Tonsofpcs

  7. How about a 'network document server'? by senster · · Score: 3, Informative

    Axis (makers of network printer servers, web cameras, etc) also make 'network document servers' - essentially, a small dedicated computer to which you attach the scanner, and then it scans the document and emails the result or makes it available through a small web server: http://www.axis.com/products/axis_70u/index.htm

  8. TWAIN by Anonymous Coward · · Score: 0

    See subject. Use google.

  9. suggestions by tweedlebait · · Score: 3, Informative

    I'm do a few things in this industry but have not seen anything hardware wise yet that fits exactly what you're wanting.

    Some more information would help though, like-

    Do the scans need to be in color, greyscale or bitonal?

    What quality? 150dpi in color is often very readable and printable. I know you're using 300 but I'm not totally sure you need to.

    What exactly are you capturing? text? barcodes? Photos?

    Is the Region of Interest (ROI) consistant throughout the documents or does it change position from image to image?

    Is any of this being OCR'd?

    Are you wanting to use cheap usb scanners or is something more office grade ok? Lots of cheaper scanners don't get faster with lower dpi and some (a low grade agfa comes to mind) don't change speed for region of interest. It varies though.

    Small visioneer paperport products do have an api you can buy. They aren't flatbed, just the tiny sheetfed ones. Most scanners do not have available api or controls, only the garbage that comes with them.

    If you can avoid color, do so. Scan to TIFF group IV for b+w, most pages will be in the 20-100kb range at 200-300dpi and print out great for text.

    The preview mode is usually 72 dpi or less but often the interface won't let you directly save the preview, some require preview and then scan (suck!)

    As others suggested, a dedicated station is hard to avoid with scanners, and another option may be a networked copier if you're trying to keep everything thin client style.

    --
    Firefox & /. ? Use this often:
    1. Re:suggestions by MessageDrivenBean · · Score: 1

      Two 300 dpi photos, probably some color, one is a photograph, the other is a hand-written signature. The ROI is consistant, no OCR.

      --
      Quisque verborum suorum optimus interpres...
    2. Re:suggestions by tonsofpcs · · Score: 1

      You only need to do this once? If so, just get any scanner off the shelf that will work in your environment, almost all of them give a low-res preview and let you select an area to scan at a higher resolution.

  10. smart, intelligent, flatbed? by Anonymous Coward · · Score: 0

    Hmm, sounds like a dream girlfriend.

  11. Maybe this will qualify by VernonNemitz · · Score: 1

    I have some experience with an Epson Perfection scanner. The overall Epson program handles both scanning and a printer (Epson of course) so that you can use the two like a copy machine. But relevant to your Question is this: The program presents you with a preview (low resolution) of everything on the scanner bed, and you can select a region for high-res scan. So, if the bandwidth of the low-res preview is OK for your needs, then this might be a way to go.

  12. HP Digital Sender by Anonymous Coward · · Score: 0

    If they still make them. Scans to PDF.

  13. Ask Slashdot something obscure by bscott · · Score: 4, Funny

    Hey Slashdot, I need a Bluetooth-equipped eggbeater which can distinguish barcodes from Mandarin Chinese, in the dark, but it should run a Posix-compliant OS and not cost more than $74.92 (Australian) - and here's the hard part: because I'm using it in a preschool, it has to be phlegm-proof. Is anything like this shipping now, or soon? (compliance with the 1713 Treaty of Utrecht is optional but would be nice)

    --
    Perfectly Normal Industries
    1. Re:Ask Slashdot something obscure by itwerx · · Score: 1

      Mod parent Funny/Underrated!!! :)

    2. Re:Ask Slashdot something obscure by CMiYC · · Score: 1

      Why don't you tell us why you want it instead? We can't help you if you don't tell us what you are trying to do. All of you've done is asked for a specific solution!

    3. Re:Ask Slashdot something obscure by lalcan · · Score: 1

      Could you use a Split-torque Epicyclic Eggbeater Gearbox? you can find it here : http://www.halfbakery.com/idea/Split-torque_20Epic yclic_20Eggbeater_20Gearbox#1037379600/ Not really sure about the phlegm issue, tough... ;-)

  14. All-in-One by AuMatar · · Score: 1

    Get an HP All-in-One. The higher end versions support ethernet and wireless connections, so you can just connect them to the net and go. Easy enough to use from a terminal then. They support USB 2.0, so speed should be decent too (probably scanner limited, not IO limited).

    Disclaimer: I develop scan firmware for HP All-in-Ones.

    --
    I still have more fans than freaks. WTF is wrong with you people?
  15. Funny by Pan+T.+Hose · · Score: 1

    Flatbed-like Scanners? Why not Waterbed-like Scanners! It reminds me of a strange prank couple of my students made few years ago. They essentially combined flatbed scanners with a waterbed mattress. The scanners were under the transparent mattress filled with water and their lights were supposed to have a good influence on the skin and blood circulation. And now the best part: they have actually managed to get a test group of students to test its effectiveness. What those poor girls and boys didn't know, was the fact that during the test their naked bodies were scanned and posted on usenet. Sick idea if you ask me. They have been expelled in no time. Too bad, those were some of the best students I've ever had. The moral of the story is that I cannot look at a flatbed scanner with no suspicion since then. Fortunately, in the era of digital cammeras, scanners are less needed than they were back then. Answering the question of MessageDrivenBean. You would be surprised how many interesting things I have found pasting random parts of your question in Google and Froogle. You should really try it sometimes, it's much faster than Ask Slashdot.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
  16. Why not connect not to USB but to network by Zappy · · Score: 1

    From the page:
    Axis' network document servers enable users to send scanned documents (e.g. sketches and contracts) instantly over the network to e-mail addresses, file servers, printers, URLs and the Web. Easy to install and use, the network document servers provide a faster, cheaper and safer method of distributing documents than by fax, traditional mail or courier.
    link

  17. You've already got one by leonbrooks · · Score: 1

    The PC at the remote location is already "full blown", perhaps modulo a hard disk. Run rdesktop on Linux (does RDP5 including sound if you want) full-screen for your TS session(s), then overlay it with a purpose-built SANE client to do the actual scanning and ship the required data home to Mama.

    Amortising the pain of writing the client across 500 stations should be snap, and once you've done it you can publish the code for extra fame and employability.

    Positive advantages include easily sharing scanners between adjacent workstations and hardware flexibility (you can use all manner of workstations and scanners, no worries, as long as the WS can boot into Linux).

    If the WS can boot from flash, you don't even have net-boot overhead to worry about. If you're getting to specify the WS hardware yourself, specify a dual-head video chipset plus 6 USB ports (lots of the fanless baby Vias come like this) and you can halve the number of network connections, reduce the required power points by 33% and reduce your maintenance as well.

    --
    Got time? Spend some of it coding or testing
  18. Translation... by zero_offset · · Score: 1

    "I managed to get myself hired as an applications architect, and rapidly discovered I was in over my head."

    This is painfully easy to do.

    You clearly have some control over the machine where the scanning is taking place, so the answer is to simply manage the scanning operation at that machine, not from the remote terminal. The appropriate task for the remote terminal is viewing the results, not controlling the scan.

    If the remote terminal simply MUST control the scanning operation, then you're just faced with another relatively simple task -- making a preview available from the scanning computer, permitting the remote operator to indicate which areas need to be scanned with some degree of quality.

    Actually finding scanner-control software should take you about five seconds on Google. I did this years ago, and there are literally hundreds of products available.

    You simply didn't provide enough information for a better answer than this.

    --

    Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

  19. Fax it by topham · · Score: 1

    Have you looked to find a scanner/Fax solution?

    If a colour fax can meet your needs I think your problem is half-way to being solved.

  20. SANE by iantri · · Score: 1
    SANE is network-aware.. You can access scanners remotely with it. I'm not sure of its status on Windows at the moment, but I think it works with at least SCSI scanners in Windows.

    Certainly Windows frontends like SaneTwain will work with any sort of SANE supported scanner if it is on a Linux or other *NIX backend.

  21. HP Digital Senders by OrangeSpyderMan · · Score: 2, Informative

    I once worked on a pilot for a project to deploy HP Digital Senders to remote locations for scanning documents and uploading them to a central european document archive onto WORM media. They have some useful remote configuration software that makes it easy to manage a "fleet" of them in one go, and they have several different options for user management. They're not cheap however. Might be worth investigating - though I don't know if they're customisable enough for your needs.

    --
    Try NetBSD... safe,straightforward,useful.
  22. Opinions? by peacefinder · · Score: 1

    Hey, you sound like you know what you're talking about! Can I ask your opinion?

    Are you wanting to use cheap usb scanners or is something more office grade ok?

    Could you give me some examples of office-grade scanners under, say, $1000 US? The application is insurance card scans for a busy pediatrics clinic. (A specialized card-scanner won't work because my state Medicaid program has 8.5x11 insurance "cards". Sigh.) I don't need ADF or OCR or even color, but speed and reliability at 300 DPI or less would be nice. USB is ideal, but I'll try anything at this point.

    I have tried several models, and the only one that's held up under use is a $4000 Fujitsu 4097... and that's way more scanner than we really need at the front desk. (Besides, I'll eventually need four.)

    Any suggestions are appreciated.

    --
    With reasonable men I will reason; with humane men I will plead; but to tyrants I will give no quarter. -- William Lloyd
    1. Re:Opinions? by tweedlebait · · Score: 1

      Sorry it took me awhile..

      I haven't priced the whole market lately, but under $1k is tricky. There are several options which I've seen but haven't directly used. I highly recommend getting a demo any way possible.

      There are some options though-

      Sheet fed might be preferable for you, and several small scanners have come out for small offices lately. The 'gotchas' on the small sheet fed models is most don't have double feed prevention, so train your operators to keep a sharp eye on the paper. You can often tell just by the sound when a scanner doublefeeds..

      Once again, I haven't tried much on the lower end models but here goes--

      panasonic-
      http://www.scantastik.com/hardware/panasonic/pdfs/ KVS2026c_kvs2046c.pdf
      24 pages/min duplex at 200dpi, mono. no speed test data listed for 300 (grr).

      This one chimes in at about $915 from the vendor listed above, and IIRC uses led lighting which is great because your lamps don't die, remain consistant, and with rgb leds you can drop out colors nicely for good b+w imaging or more complicated color- lamps for scanners are like blades for the razor/ cartriges for the inkjet- $$$ ($80-500/per lamp)
      Panasonic's offerings over the last 3 years have been great on the image quality- probably the finest b+w out there, and lots of other scanner brands re-brand some of the panasonic models on the higher end. (kodak, etc). Feeding is usually so-so on all of the lower end but is improving. Since you have consistant input docs this will be an easy problem to handle.

      Also- if you have the option to use SCSI on any of the scanners, do so. It's almost always more reliable.

      Canon-
      Canon DR-2080C
      Canon's cameras are nice generally, and lots of people like them. Their feeding is considered very good bang for the buck. The vendor listed above has them for about $580 20 pg/min duplex
      (again no 300dpi specs) I'd probably pick this one if I had to make a blind choice. again rgb led lamps, and it has a passthough for nasty paper.

      Fujitsu- the 4097 is nice and very quick with b+w, the fujitsu feeders drive me nuts sometimes and like to streak the glass where the feeder passes the paper. Otherwise they're great, but the fast models are all going to be out of price range.
      There is a low end one that came out for $350 that won some awards at AIIM but it only scans to pdf and is about 10-15 pg/min color, duplex. (Fujitsu Scansnap FI-5110EO)

      Kodak I-50 might be ok for you-maybe.. the software can be great and wretched at the same time and all the nice features are crippled and reserved for their expensive models. The twain & isis interface included with kodaks usually cripples key features of the scanner forcing you to use their software. Always try to check twain/isis vs. included proprietary software that talks direct to the scanner for any kind of scanner you're buying.
      The feeding systems are usually excellent on kodaks as well as b+w imaging quality. The consumables are notoriously expensive.

      Hope this helps!

      --

      --
      Firefox & /. ? Use this often:
  23. MOD PARENT DOWN: COMMUNIST by Anonymous Coward · · Score: 0

    Bill was right!!

  24. Epson F3200 by Anonymous Coward · · Score: 0

    This may not quite fit the bill, but it may get you thinking in different ways.

    Epson has a scanner that I think only does film & 6x4 photos, but it scans directly to memory card. Does that make things easier for you?

    How about using a digital camera instead of a scanner?