The original Canon CaptureOnTouch app does not work on newer Mac OS X versions. On Mac and Linux this scanner can be used with SANE.
-
Install
sane-backend -
Set Auto Start Switch on device to Off. Open the LID.
-
scanimage -Lshould list scanner'canon_dr:libusb:020:005' is a CANON P-208II scanner -
Insert paper and scan using
scanimage --batch --source='ADF Duplex' --resolution=100 --format=tiff
The resulting tiffs can be postprocessed for example with tiff2pdf and then OCRing them with ocrmypdf
Install with
sudo port install -s sane-backends +debug configure.optflags="-O0"
Start with
sudo port patch sane-backends +debug configure.optflags="-O0"
# edit files change here
make
See debug messages
DYLD_LIBRARY_PATH=$(port work sane-backends)/sane-backends-1.3.1/backend/.libs scanimage --batch --source='ADF Duplex' --resolution=100 --format=tiff --mode=Gray -v