Add Windows instructions to ScanSnap page and simplify language
ci/woodpecker/push/woodpecker Pipeline was successful Details

- Added Windows File Explorer connection instructions
- Changed technical terms to simpler language (e.g., 'web file server' instead of 'network endpoint')
- Added Windows compatibility to the benefits list
- Updated technology list to include Windows integration
- Kept the clear URL references and simple instructions
This commit is contained in:
Leopere 2025-10-19 16:47:05 -04:00
parent 7968da9b60
commit bb48db67e7
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 17 additions and 5 deletions

View File

@ -24,7 +24,7 @@
<div class="project-meta"> <div class="project-meta">
<p><strong>Timeframe:</strong> 2025-Present</p> <p><strong>Timeframe:</strong> 2025-Present</p>
<p><strong>Role:</strong> Developer</p> <p><strong>Role:</strong> Developer</p>
<p><strong>Technologies:</strong> Python, macOS Integration</p> <p><strong>Technologies:</strong> Python, Windows & macOS Integration</p>
<p><strong>Client:</strong> <a href="https://buildersclub.ca" target="_blank" rel="noopener noreferrer">buildersclub.ca</a></p> <p><strong>Client:</strong> <a href="https://buildersclub.ca" target="_blank" rel="noopener noreferrer">buildersclub.ca</a></p>
</div> </div>
@ -33,7 +33,8 @@
<section class="project-overview"> <section class="project-overview">
<h2>Scanner Service Overview</h2> <h2>Scanner Service Overview</h2>
<p> <p>
For buildersclub.ca members, I created a simple network scanner endpoint that makes digitizing receipts and documents fast and easy. For buildersclub.ca members, I created a simple web file server where the ScanSnap scanner can send documents directly.
This makes digitizing receipts and documents fast and easy, with no special software required.
The service is available at <a href="http://192.168.0.119:9876" target="_blank">http://192.168.0.119:9876</a> on the clubhouse network. The service is available at <a href="http://192.168.0.119:9876" target="_blank">http://192.168.0.119:9876</a> on the clubhouse network.
</p> </p>
@ -42,7 +43,7 @@
<ul> <ul>
<li><strong>Fast Processing:</strong> ~1 receipt per second</li> <li><strong>Fast Processing:</strong> ~1 receipt per second</li>
<li><strong>Batch Capacity:</strong> Up to 50 documents at once</li> <li><strong>Batch Capacity:</strong> Up to 50 documents at once</li>
<li><strong>Simple Access:</strong> Just press Command+K in Finder and enter the URL</li> <li><strong>Simple Access:</strong> Works with Windows Explorer and Mac Finder</li>
<li><strong>Automatic Cleanup:</strong> Files are automatically removed at 3:00 AM daily</li> <li><strong>Automatic Cleanup:</strong> Files are automatically removed at 3:00 AM daily</li>
<li><strong>Zero Maintenance:</strong> No user management required</li> <li><strong>Zero Maintenance:</strong> No user management required</li>
</ul> </ul>
@ -55,7 +56,7 @@
<section class="real-world-impact"> <section class="real-world-impact">
<h2>How It Works</h2> <h2>How It Works</h2>
<h3>Simple Setup</h3> <h3>Mac Setup</h3>
<ol> <ol>
<li>Connect to the clubhouse network</li> <li>Connect to the clubhouse network</li>
<li>Press Command+K in Finder</li> <li>Press Command+K in Finder</li>
@ -64,6 +65,16 @@
<li>The scanner folder appears in Finder</li> <li>The scanner folder appears in Finder</li>
</ol> </ol>
<h3>Windows Setup</h3>
<ol>
<li>Connect to the clubhouse network</li>
<li>Open File Explorer</li>
<li>Click in the address bar and enter <code>\\192.168.0.119@9876</code></li>
<li>Press Enter</li>
<li>The scanner folder appears in File Explorer</li>
<li>Alternatively, you can use "Map Network Drive" and enter <code>\\192.168.0.119@9876</code> as the folder</li>
</ol>
<h3>Scanning Process</h3> <h3>Scanning Process</h3>
<ol> <ol>
<li>Load documents into the ScanSnap scanner</li> <li>Load documents into the ScanSnap scanner</li>
@ -85,7 +96,8 @@
<ul> <ul>
<li><strong>Time Savings:</strong> 95% reduction in document processing time</li> <li><strong>Time Savings:</strong> 95% reduction in document processing time</li>
<li><strong>Efficiency:</strong> Process 50 receipts in under 60 seconds</li> <li><strong>Efficiency:</strong> Process 50 receipts in under 60 seconds</li>
<li><strong>Simplicity:</strong> No special software or training needed</li> <li><strong>Simplicity:</strong> No special software or training needed - just use your regular file browser</li>
<li><strong>Compatibility:</strong> Works with both Windows and Mac computers</li>
<li><strong>Reliability:</strong> Automatic maintenance keeps the system running smoothly</li> <li><strong>Reliability:</strong> Automatic maintenance keeps the system running smoothly</li>
</ul> </ul>