manisandro / gImageReader

A Gtk/Qt front-end to tesseract-ocr.
GNU General Public License v3.0
1.6k stars 188 forks source link

Unable to scan multiple pages with ADF #593

Open elveos opened 2 years ago

elveos commented 2 years ago

Running Acquire >> Scan with Canon MF4780w starts the scanner's scanning utility (Canon Toolbox 4.9). Scanning single page works fine, but selecting ADF source will close the scanning utility window as soon as first page is done, like only single page was in the scanner.

The scanner will keep scanning the pages but nothing shows in the program. This doesn't happen with ReadIRIS which also relies on Canon Toolbox. Perhaps there's wait time value that needs to be increased?

Tested with:

manisandro commented 2 years ago

The current TWAIN implementation does indeed not yet support ADF [1]. I also don't own a ADF capable scanner to test against...

[1] https://github.com/manisandro/gImageReader/blob/master/qt/src/scanner/ScannerTwain.cc#L241