sane-scan-pdf icon indicating copy to clipboard operation
sane-scan-pdf copied to clipboard

Sane command-line scan-to-pdf script on Linux with OCR and deskew support

Results 6 sane-scan-pdf issues
Sort by recently updated
recently updated
newest added

Also tried SOURCE="ADF" It's not a big problem as I can use DRIVER_OPTION="--source ADF" But just in case it points to a problem in the script you can help me...

I do duplex scans only with my Fujitsu ScanSnap S1500M and edit the resulting searchable PDF files in macOS Preview to remove any pages I don't want. However, the PDF...

enhancement
help wanted

Any idea why the script is failing on the Brother DCP-L2541 printer. I have imagemagick 7.1.0.25-1 installed on the Arch system. ``` $ ./scan -x "brother4:net1;dev0" -r 300 -v --mode-hw-default...

I have a Brother Printer (DCP-L2541DW) which has a flat bed scanner and an ADF. The scanner does not due duplex scanning though. At the moment i am using [brscan](https://github.com/asmw/brother-scan)...

enhancement
help wanted

First idea of the script was to separate each document and then unite it, smth similar to this: ``` pdfseparate "$file_A" $TMP_DIR/scan-separated-%d-A.pdf pdfseparate "$file_B" $TMP_DIR/scan-separated-%d-B.pdf pdfunite $TMP_DIR/scan-separated-*-*.pdf "$output_file" ``` The...

The binary name `scan` is a very generic one, already-present in many different packages. There are conflicts. Please choose a less-generic global binary name than a simple `scan`. User can...