Questions tagged [image-scanner]

The python-imagescanner (old pyscanning) implements an abstraction layer which allows users to scan images/documents from Linux or Windows without the need of write any specific Python code for each one of them

Introduction

The python-imagescanner (old pyscanning) implements an abstraction layer which allows users to scan images/documents from Linux or Windows without the need of write any specific Python code for each one of them.

Note: The devices are accessed using the available installed drivers in the platform. Currently the support for Windows is implemented with Twain API and for Linux with SANE.

Supported Devices

All devices supported by SANE (Linux) and Twain (Windows). If you are able to use your device with another application in your platform but you still to access it with imagescanner, please, fill a bug report.

191 questions
0
votes
1 answer

Programatic Image Scanning and Naming

I have a typical yearbook with photos and a name beneath each photo. Is there a programmatic way to scan all of the photos and save them with the name beneath the photo?
Bryan
  • 17,201
  • 24
  • 97
  • 123
0
votes
3 answers

JTwain API is not working for some scanners on particular machines

I am using JTwain API to connect to scanners from my java web application. However it is not working for some of scanners. Now i am worried whether my code have some bug or some certain scanners are not compatible with JTwain API.
naeemgik
  • 2,232
  • 4
  • 25
  • 47
0
votes
1 answer

Scan image like X- Ray in IOS

I took a picture from iPhone camera.Now I want to scan the image like X-Ray scanning. Let consider I took a picture of an arm and then by programming/Algorithm it will scan the photo and will display the bone inside the arm. Are there any image…
Susim Samanta
  • 1,605
  • 1
  • 14
  • 30
0
votes
1 answer

Handling paper scanner jams using Morena

Ive been using the Morena library to scan in documents through a scanned with an ADF using Morenas TWAIN implementation. However I have found a problem when the scanner jams my program will crash and burn. Ive tried searching for some way to handle…
Matthew Pigram
  • 1,400
  • 3
  • 25
  • 65
-1
votes
2 answers

Compare 2 Fingerprint templates generated from mantra scanner

I have a Mantra Fingerprint Scanner using which I can store fingerprint details in various formats (i.e. ISO, ANCII, RAW Data). I also stored PNG image from base64 output. Everything is working perfectly. Now I want to compare fingerprint templates…
-1
votes
1 answer

Installing imagescanner in windows machine

I want to connect scanner devices in my python program, imagescanner installation page, in Windows(none so far) said . What does it mean ? Is it cannot use in Windows ?
Cahit Yıldırım
  • 499
  • 1
  • 10
  • 26
-1
votes
1 answer

Sample Image Capture with Scanner to Yosemite

I tested the code page of Apple developers and does not work I nose if it is special because I'm testing on Mac osx Yosemite because when I try to view the scanners connected not show me none, but instead if you use the software company the scanner…
Colours123
  • 606
  • 1
  • 5
  • 14
-1
votes
1 answer

Twain scan output convert intptr to image

Scanning with twain scanner and code display output inside Mdi form I need to display it inside a picturebox , is it possible? I try some about converting intptr to image or somethnig but didnt find the correct way. code down below; …
BCA
  • 438
  • 6
  • 21
-2
votes
1 answer

How Can I write a java code which scan a image from physical scanner device?

I need to connect physical scanner device and send scanning request then get the image. I got it by using asprise-imaging-core.jar but unfortunately its not free
Abdo Nabil
  • 11
  • 2
-2
votes
1 answer

how to identify or detect scanner from network using java library in spring boot?

I am using ubuntu 16.04, 64 bit OS . I am trying to scan image from scanner. I am trying since 5 days. I have used Jsane , twain. i have also try to search Jsane and twain dependency for maven project but i was fail. I have also try to find morena…
-2
votes
1 answer

OCR few known form formats. Where to start?

I have photos/scans of documents in few 10s of known formats. Every document contains some known attributes (date/time, names, and list of items). Can you please suggest which apps/libs to start with (in Objective)C/C++)? Can OpenCV do that? What…
xvga
  • 591
  • 1
  • 9
  • 15
1 2 3
12
13