summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2020-06-28 00:30:01 +0100
committerbreadcat2020-06-28 00:30:01 +0100
commitdd555cfd61ffe7a68fb4d82ed605baaf52ebcfc8 (patch)
tree40e4b27682be2751cef34c6bc7a7e87fa5fd307e
parentc4679afe0d1cdfcc15a4fdf4d7d1b3b277e913aa (diff)
downloadblog.minskio.co.uk-dd555cfd61ffe7a68fb4d82ed605baaf52ebcfc8.tar.gz
blog.minskio.co.uk-dd555cfd61ffe7a68fb4d82ed605baaf52ebcfc8.tar.bz2
blog.minskio.co.uk-dd555cfd61ffe7a68fb4d82ed605baaf52ebcfc8.zip
Couple of updates to paperwork post
-rw-r--r--content/posts/notes-on-sorting-paperwork.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/posts/notes-on-sorting-paperwork.md b/content/posts/notes-on-sorting-paperwork.md
index 7265fc5..89c6264 100644
--- a/content/posts/notes-on-sorting-paperwork.md
+++ b/content/posts/notes-on-sorting-paperwork.md
@@ -12,7 +12,7 @@ The only physical paperwork I keep are certain important documents (like birth c
# Hardware
-I'm using a Fujitsu ScanSnap iX500 as my scanner of choice, it was recommended by the Paperless project and it folds away neatly when not in use.
+I'm using a [Fujitsu ScanSnap iX500](https://www.fujitsu.com/global/products/computing/peripheral/scanners/scansnap/ix500/) as my scanner of choice, it was recommended by the Paperless project and it folds away neatly when not in use.
I initially intended on this hardware being used wirelessly, which I'm sure it is capable of; but for the once a month or so I go through my paperwork I doubt it's worth the hassle setting it up.
@@ -26,6 +26,7 @@ One point worth noting is the ScanSnap software will add two autorun entries to
```
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run" /v "ScanSnap WIA Service Checker" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run" /v "ScanSnap OnlineUpdate Watcher" /f
+del "%programdata%\Microsoft\Windows\Start Menu\Programs\StartUp\ScanSnap Manager.lnk"
```
In the past, I used [Paperless](https://github.com/the-paperless-project/paperless) to automatically OCR and pseudo-sort my documents, but this had a high failure rate (~75% of documents couldn't be parsed), was quite _heavy-weight_ software and was complete overkill for what I needed.