resume/docker/resume/stories/scansnap-webdav.html

125 lines
5.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Built high-performance ScanSnap scanner service processing ~1 receipt/second with batch capacity up to 50 documents, featuring automatic cleanup and WebDAV access.">
<title>ScanSnap Scanner Service - Receipt Digitization</title>
<link rel="stylesheet" href="../styles.css" integrity="sha256-nsutlmVxvyIyABk8i0fzVyO+ram8rkuTntoETIGcou8=">
<script src="../theme.js" integrity="sha256-+dDNTo7WAOmn2YC875+vn9oH4UkMwlVOGlARp2uq3A4="></script>
<script src="../includes.js" integrity="sha256-CJbyPP0VWE+XrarLtjHMffGrI2GlTXXAXOce+NE+aQg="></script>
</head>
<body>
<!-- Header Include -->
<div id="header-include"></div>
<div class="container-fluid" role="main" id="main-content">
<nav class="breadcrumb">
<a href="../index.html">← Back to Portfolio</a>
</nav>
<h1>ScanSnap Scanner Service for buildersclub.ca</h1>
<div class="project-meta">
<p><strong>Timeframe:</strong> 2025-Present</p>
<p><strong>Role:</strong> Developer</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>
</div>
<hr>
<section class="project-overview">
<h2>Scanner Service Overview</h2>
<p>
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.1.119:9876" target="_blank">http://192.168.1.119:9876</a> on the clubhouse network.
</p>
<div class="highlight-box">
<h3>Key Features</h3>
<ul>
<li><strong>Fast Processing:</strong> ~1 receipt per second</li>
<li><strong>Batch Capacity:</strong> Up to 50 documents at once</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>Zero Maintenance:</strong> No user management required</li>
</ul>
<p class="highlight-note">
<strong>Access URL:</strong> <a href="http://192.168.1.119:9876" target="_blank">http://192.168.1.119:9876</a> (clubhouse network only)
</p>
</div>
</section>
<section class="real-world-impact">
<h2>How It Works</h2>
<h3>Mac Setup</h3>
<ol>
<li>Connect to the clubhouse network</li>
<li>Press Command+K in Finder</li>
<li>Enter <code>http://192.168.1.119:9876</code></li>
<li>Click "Connect"</li>
<li>The scanner folder appears in Finder</li>
</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.1.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.1.119@9876</code> as the folder</li>
</ol>
<h3>Scanning Process</h3>
<ol>
<li>Load documents into the ScanSnap scanner</li>
<li>Select the network folder as the destination</li>
<li>Press scan</li>
<li>Documents appear in the folder instantly</li>
<li>Copy or move files as needed</li>
</ol>
<p>
<strong>Note:</strong> All files are automatically deleted at 3:00 AM daily to keep the system clean.
Make sure to copy important files to your own storage before then.
</p>
</section>
<section class="real-world-impact">
<h2>Benefits</h2>
<ul>
<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>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>
</ul>
<p>
This simple solution dramatically reduces the time buildersclub.ca members spend on receipt management,
allowing them to focus on their projects instead of paperwork.
</p>
</section>
<hr>
<div class="project-links">
<h3>Quick Links</h3>
<ul>
<li><a href="../index.html">← Back to Portfolio</a></li>
<li><a href="https://buildersclub.ca" target="_blank" rel="noopener noreferrer">buildersclub.ca</a></li>
<li><strong>Scanner Access:</strong> <a href="http://192.168.1.119:9876" target="_blank">http://192.168.1.119:9876</a> (clubhouse network)</li>
</ul>
</div>
</div>
<!-- Footer Include -->
<div id="footer-include"></div>
</body>
</html>