Skip to content

Software Mac [work]: Scansnap

# Example: Automatically run a script after ScanSnap saves a PDF /System/Library/CoreServices/AppleScript\ Utility.app on adding folder items to this_folder after receiving these_items repeat with i from 1 to number of items in these_items set this_item to item i of these_items do shell script "/usr/local/bin/ocr-my-pdf " & quoted form of POSIX path of this_item end repeat end adding folder items Part 4: Troubleshooting the Mac-Specific Nightmares Problem 1: "Cannot communicate with the scanner" after sleep Cause: macOS USB power management cuts power to the scanner’s controller. Fix:

| Feature | (Current) | ScanSnap Manager (Legacy) | | :--- | :--- | :--- | | macOS Support | Ventura to Sequoia (15.x) | Mojave & earlier (unsupported on Apple Silicon natively) | | Scanner Models | iX1300, iX1400, iX1600, iX1700, SV600 | S1300i, S1500M, S1100, iX500 | | Database | SQLite (internal) | Proprietary .fcu / .pdf index | | Output Engine | ScanSnap Home App + Finder sync | Direct to Folder / Evernote / Apple Mail | scansnap software mac

ScanSnap Home is adequate for 80% of users. The remaining 20% (automation, speed, raw data access) should abandon it for VueScan + sips + qlmanage to generate thumbnails and PDFs. The hardware is excellent; the software is merely "good enough" on macOS. # Example: Automatically run a script after ScanSnap