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
1
vote
1 answer

How do I reduce a scanned image to a consistent hash?

I'd like to be able to scan an image and reduce it to a consistent hash that I can subsequently compare to a new scan to see if the two images are the same. Any help in this regard would be greatly appreciated!
Louis S. Berman
  • 994
  • 1
  • 9
  • 25
1
vote
1 answer

Running paper scanner software with java

I was wondering if there is any way to bring up a scanners software using java. Basically I want to be able to have a user click on a "scan in document" button and then whatever scanner is installed on the users PC will come up asking for scan…
Matthew Pigram
  • 1,400
  • 3
  • 25
  • 65
0
votes
2 answers

Scanning from .NET scanner's GUI opens and then closes

I developed a winform .NET 4 application that has the ability to asyncronous save image from scanner using Bytescout Scan. Anyway I noticed that in some cases (with some scanners) the scanner's GUI opens and then closes immediately after load…
0
votes
0 answers

How to correct the incomplete rotated text

I just started working with OpenCV and want to implement a scanner function,everything went smoothly ahead,I can scan the picture of the file.But when I tried to further enhance my scanner function, I got stuck and couldn't perform incomplete text…
0
votes
1 answer

How to handle damaged barcodes in ml kit barcode scanner

Below is the code for the Image Analyser class which will detect camera frames. I only want to show the manual entry option (which will be triggered by the error callback) when user is not able to scan barcodes. In the current scenario even when he…
0
votes
0 answers

Regula Document Scanner showing Black screen before/after document scan process. - Android

I have used Regula Document scanner SDK to scan documents and while scanning a particular document, Black screen shows for less than a half of second before/after scanning. What might be the issue? Code is as below: if…
Jaimin Modi
  • 1,530
  • 4
  • 20
  • 72
0
votes
0 answers

Integrate flat bed scanner in angular application

In my angular application there needed to implement a feature which to be add a scan option, which can scan documents with a flat bed scanner and upload dynamically on the screen. Tried another way to achieve on the server side using .net, but…
dev196
  • 11
  • 2
0
votes
1 answer

How to search for and connect to a scanner in flutter windows app?

Iam trying to make a flutter windows application that can connect to a scanner device and get the image data from it, but i can't seem to find any packages that help with that so if anyone can give me the link of a library or a tutorial that can…
0
votes
1 answer

Virtual ISIS Scanner

In order to more efficiantly develop Imaging based applicatitions it would really help if I had a virtual ISIS driver that simulated a scanner bur instead read from the file system. I can find TWAIN drivers that do this but, no matter how much time…
Michael Rodrigues
  • 5,057
  • 3
  • 25
  • 51
0
votes
1 answer

How to generate WSQ file from fingerprint template in Android

@ https://stackoverflow.com/users/4439179/priyanka-alachiya "I got successful in generating the required output from this method. Thank you" How to generate WSQ file from fingerprint template in Android? Kindly assist with how you generated the wsq…
Muchemi
  • 1
  • 2
0
votes
1 answer

How to check if trivy is up and running

Trivy scanner documentation does not mention how to test if trivy server is up and running (a simple API call by a monitoring check would be fine in docs). https://aquasecurity.github.io/trivy $ curl http://trivy.local:8080 404 page not found Of…
0
votes
1 answer

generator QR code scanner by passing link in image tag

I need to generate a QR code Scanner by passing a link url. Trying to do with googleAPIS but its deprecated (services are stopped in 2019). Is there any other way to do? any other API is there to work like googleApis? one more API(qr code Api) i…
0
votes
1 answer

Android Runtime Error while trying to save Image

Logcat of my android application showing error: 2020-10-15 11:08:44.135 26149-26149/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.documentscanner, PID: 26149 java.lang.RuntimeException: Failure delivering result…
0
votes
1 answer

invoke flatbed paper scanner in Flutter App

I want to use paper scanners inside my flutter application ,so I can scan lots of documents at once with modern flatbed scanners , if there is any reliable Packages & plugins that help me to invoke scanner (not CAM ), plz let me know , I will…
0
votes
0 answers

Decoding Binary From A Printer Scan

I have recently developed a proprietary data storage type - a bunch of black/white squares on a printed piece of paper which I can scan with a scanner. To me, this has two main benefits: If I had important photos on my hard drive and they got lost,…