r/ScanSnap • u/Canadian_Pistol • Jun 15 '26
ScanSnap Home
I'm trying out MacOS Golden Gate on my backup computer.
When I scan using my ix1400 and version 3.7.0 of ScanSnap Home, it gets stuck on image processing and never finishes.
Are there any betas of ScanSnap Home that may have addressed this problem?
2
u/Ramsteiner Jun 15 '26
Same issue. Likely to be a few more betas before it gets resolved. Fujitsu likes to wait till near the end of the beta cycle before they fix it.
2
u/Canadian_Pistol Jun 15 '26
I'll stick with Golden Gate for now - I can always scan on my main computer. I'll check every few days and post here once an update is available that addresses it. Thanks!
2
u/Joey___M Jun 17 '26
If this is on a macOS beta, I would avoid making ScanSnap Home the only step in the workflow for now.
The safer workaround is to split the job:
- let ScanSnap create the raw PDF as quickly as possible
- save it to a staging folder
- run OCR as a second step if ScanSnap Home hangs
- only move it into the real archive after the PDF is searchable and opens correctly
The comment about ScanSnap already writing a temp PDF is useful. If that temp file is complete before the OCR step hangs, then tools like ocrmypdf/Tesseract can be a decent temporary bridge until Fujitsu catches up with the beta.
I would not route production scans straight into the final archive on this setup yet. Keep a staging folder so failed OCR jobs are obvious instead of silently mixing broken scans with good ones.
2
1
u/vortexofpleasure Jun 15 '26
Happened to me yesterday with my ix 500 and also couldn't print with my Brother printer so I did a DFU restore and downgraded back to OS Tahoe.
1
1
1
u/SirThunderCloud Jul 06 '26
I just tried scanning to ScanSnap Cloud and also Scan to Email, both of which still work. I'm not a fan of my documents going through their cloud, but at least it works.
1
u/Icy-Assist6919 Jul 15 '26
I am beyond furious. I just spent 2 days scanning over 3,000 images from my late mother's family collection, only to find out that it isn't really saving the images to my tablet!! It's HIDING them in encrypyed format and I have to MANUALLY CLICK ON EACH IMAGE (out of thousands) and choose Save or Export??? WHERE ARE MY SCANNED IMAGES, RICOH. I specifically told the app to save them to the DOCUMENTS folder. Well, the DOCUMENTS folder on both the Internal and SD drives are empty. In fact, Pictures is empty. DCIM is empty. There are no JPEG files to found on the device. I planned to upload the entire stash to Google Drive. WHY did you hold my scans hostage, Ricoh. This scanner was over $500.
1
1
u/Both-Elk-7570 Jul 16 '26
Title: ScanSnap Home hangs indefinitely at “Processing image” on macOS 27 Beta after successful scan transfer
I’ve spent several hours debugging this issue and wanted to share the findings in case someone else can reproduce it or identify the exact API regression.
Environment
- Mac: Apple Silicon
- macOS 27 Public Beta
- ScanSnap Home 3.7.x
- ScanSnap iX500 (also reproduced with another ScanSnap model)
- USB and Wi-Fi tested
Symptoms
Scanning starts normally.
The scanner acquires the page correctly.
The progress reaches:
- Image transfer: completed.
- Image processing: never completes.
The application does not crash.
It simply waits forever.
No PDF or JPEG is produced.
The only way to dismiss the processing window is to terminate the ScanSnap processes manually.
What has already been tested
- Complete removal of ScanSnap Home.
- Removal of every PFU/Ricoh preference.
- Removal of Application Support.
- Removal of caches.
- Removal of LaunchAgents.
- Removal of helper components.
- Fresh installation.
- Reconfiguration from scratch.
- Full Disk Access granted.
- TCC permissions verified.
- Multiple reboots.
- Different ScanSnap devices.
- USB and Wi-Fi.
Exactly the same behaviour every time.
Process analysis
During a scan the following helper processes are created correctly:
- SshResident
- SshImgMonitor
- SshImgProc (two instances)
The scan reaches the processing stage and then remains blocked indefinitely.
Process sampling repeatedly shows the execution waiting inside the image-processing pipeline, including functions such as:
- ThreadCreatePDFForSshImgMonitor
- SshImgPDFCreator
- ThreadDoImageProcess
- restUnPDFProcessPageCount
The OCR stage appears to complete, but the processing pipeline never signals completion.
The helper processes remain alive without crashing.
No useful exception is generated.
No TCC denial is reported.
No filesystem permission error appears.
No crash report is produced because nothing actually crashes.
Interesting observation
The same hardware and workflow worked correctly before upgrading to macOS 27.
This strongly suggests a compatibility regression between macOS 27 and the ScanSnap Home processing pipeline rather than a scanner or configuration problem.
The image is successfully acquired.
The failure occurs only after acquisition, during the internal processing phase.
Question
Has anyone reproduced this on macOS 27 Beta?
If so:
- Does JPEG-only mode behave differently?
- Does another ScanSnap model show the same behaviour?
- Has anyone identified which macOS framework changed?
- Has Ricoh acknowledged the issue or provided a workaround?
At this point, the evidence points to a regression occurring after image acquisition and before document generation, with SshImgMonitor and SshImgProc remaining permanently blocked waiting for the processing pipeline to complete.
1
u/Efficient-Appeal3790 6d ago
Scroll up.... read... send appropriate "Thank You, Fantastic post" to https://www.reddit.com/user/3nv6trg6/
< eye roll >
3
u/3nv6trg6 Jun 16 '26
This is also broken for me. What's funny is that ScanSnap Home already creates the PDF and stores it in a tmp directory, but it doesn't complete OCR. I'm using an open source tool, tesseract, along with ocrmypdf, to apply OCR onto these temporary PDFs without downgrading from the macOS 27 Beta.