TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What do you use for your personal document hell?

50 pointsby sidarokover 3 years ago
My SO uses iPhone and I use Android, I think we&#x27;ll both soon go mad with all the pictures of the documents sent to post that we have to take a digital action for.<p>Contracts, Appliance Invoices, insurance, Kids&#x27; documents, Receipts, Fines, government documents, bills, tickets, passes etc. Are basically taking ages to find, even if we were wise to take a picture would take ages to refind.<p>I have both OneDrive and Dropbox, the UX is horrible for these simple searches. I know that Shoebox exists, but paying at least 18$ a month for wanting to store my documents on my phone in a neat way looks to much of a demand for me. (and that has a limitation). I&#x27;m not even asking for a fancy OCR.<p>Is there an app out there for this? What do you use?

21 comments

tacostakohashiover 3 years ago
I use (two levels of) directories, and filenames:<p>appliances&#x2F;fridge&#x2F;2018-01-03-purchase-receipt.pdf<p>appliances&#x2F;oven&#x2F;2019-11-18-repair-invoice.pdf<p>medical&#x2F;insurance&#x2F;2022-02-03-insurance-card.pdf<p>automotive&#x2F;registration&#x2F;2022-09-10-registration.pdf<p>automotive&#x2F;tickets&#x2F;2019-09-10-parking.pdf<p>phone&#x2F;t-mobile&#x2F;2020-01-14.pdf<p>phone&#x2F;pixel5a&#x2F;2021-03-14.pdf<p>With two directory levels, you should be able to organize it so that all the top level directories fit on one screen of ls output &#x2F; file explorer or whatever you want to use, as well as each second level.<p>I always prefix the filenames with YYYY-MM-DD, and I add a suffix with any extra keywords that might be helpful or to disambiguate several things from the same day, but in many cases it&#x27;s obvious if the directory is just full of one bill per month or whatever, in which case I just do the YYYY-MM-DD.ext filename.<p>The system is largely optimized for having a place&#x2F;filename to store things without too much thought, rather than retrieval since 90+% of things you store never actually need to look at again, and I don&#x27;t mind clicking around for a few minutes for the rare occurrence when I do need something.<p>If you put this structure in google drive or similar you&#x27;ll get OCR + keyword searches on the filenames for free, but you can also just sync it to any local filesystem to use &quot;manually&quot;, or upgrade to the next latest and greatest cloud storage or whatever.
评论 #30238089 未加载
评论 #30237740 未加载
darnirover 3 years ago
Paperless-ng (<a href="https:&#x2F;&#x2F;github.com&#x2F;jonaswinkler&#x2F;paperless-ng" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jonaswinkler&#x2F;paperless-ng</a>) is the way to go. I have an instance of it running on a RPI 4 and a network attached scanner. New documents that I need stored are either immediately scanned using the app on my phone (And its free software, get it from FDroid) or via the actual scanner which obviously gives better quality.<p>Paperless then OCRs the documents and stores the original and a PDF&#x2F;A version for long term archival. It learns from my tagging and classification and auto classifies them in the future.<p>The web interface is also pretty slick and allows you to do full text search on all your documents really fast.<p>Tagging and categories is also a more superior form of organisation than simple folders.
评论 #30241874 未加载
simonblackover 3 years ago
There&#x27;s a reason a lot of us still use computers for documents rather than swamp our phones with documents.<p>I separate documents that are concerned with income, expenses and taxes into financial-year folders, further subdivided into a tree-structure of named folders.<p><pre><code> 2022&#x2F;bills_statements&#x2F;centrepoint801&#x2F;801_water_211026.pdf 2022&#x2F;bills_statements&#x2F;centrepoint801&#x2F;amart_tv_unit_210816.pdf 2022&#x2F;bills_statements&#x2F;centrepoint801&#x2F;cpoint801_ergon_210731.pdf </code></pre> I have separate tree-structured folders for documents concerned with (say) real-estate properties, medical (separate tree-structures for me and for my wife), legal documents, motor vehicles, etc, etc, etc.<p><pre><code> medical&#x2F;jack&#x2F;jack_respiratory_2019-&#x2F;bretz_referral_200213.pdf medical&#x2F;jack&#x2F;jack_respiratory_2019-&#x2F;jack_bretz_info_consent_191030.pdf medical&#x2F;jack&#x2F;jack_respiratory_2019-&#x2F;jack_patient_details_bretz_191030.pdf medical&#x2F;jack&#x2F;jack_respiratory_2019-&#x2F;jack_191125_bretz.pdf real_estate_ours&#x2F;marquis&#x2F;marquis_504_market_appraisal_TS_220203.pdf real_estate_ours&#x2F;kamerunga_6&#x2F;steel-line_garage_door_user_manual.pdf real_estate_ours&#x2F;york&#x2F;obrien_real_estate_commision_york_131004.pdf </code></pre> By making the filenames and the folder-names descriptive, and running a file-name indexing utility twice every day I can find a document quite quickly.<p>I store most documents as .PDF files, photos as .PNG images. I include a date if relevant using a 6-digit YEAR-MONTH-DAY format which will normally automatically order documents by date when useful.<p><pre><code> 2020&#x2F;antonas&#x2F;clovelly_even&#x2F;20cre190731.pdf 2020&#x2F;antonas&#x2F;clovelly_even&#x2F;20cre190830.pdf 2020&#x2F;antonas&#x2F;clovelly_even&#x2F;20cre190930.pdf 2020&#x2F;antonas&#x2F;clovelly_even&#x2F;20cre191031.pdf </code></pre> It should go without saying that all documents are automatically backed-up into several separate locations at least once daily.<p>Incoming &#x27;paper&#x27; documents are scanned too and stored along with similar computer-generated documents.
g8ozover 3 years ago
The Johnny decimal system is a handy way to organize these type of life admin documents. Can be used with any service since it&#x27;s just a concept.
评论 #30247531 未加载
评论 #30240273 未加载
softwarebewareover 3 years ago
No nah nope. You don’t need an app for this. You need the classic hierarchical file system and good folder and file names. I put it all in a VeraCrypt volume so it’s secure if the device is lost or stolen.
评论 #30240301 未加载
Andaithover 3 years ago
I&#x27;m in the process of setting up paperless-ng.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jonaswinkler&#x2F;paperless-ng" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jonaswinkler&#x2F;paperless-ng</a>
评论 #30239060 未加载
评论 #30240761 未加载
评论 #30238547 未加载
dhruvkarover 3 years ago
This is basically what I&#x27;ve done.<p>1. Buy a Fujitsu ScanSnap.<p>2. Buy a wall mounted folder rack (something like this: <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Klickpick-Office-Organizer-Multipurpose-Newspapers&#x2F;dp&#x2F;B07B3SJ25R" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Klickpick-Office-Organizer-Multipurpo...</a>) and mount it near the scanner.<p>3. All paper, put in the folder when it comes in.<p>4. Once a week, scan everything in the folders. Scanner turns paper into OCR&#x27;d PDF.<p>5. Set the scanner to scan to a Dropbox folder.<p>6. I name my files YYYY.MM.DD_Organization_DocTitle. The rest can be searched for since it&#x27;s OCR&#x27;d.
evanlivingstonover 3 years ago
I use a printer, a filing cabinet, hanging folders and manila file folders. I could never dream of doing anything else.
评论 #30237523 未加载
评论 #30238050 未加载
mackatsolover 3 years ago
Scan everything to searchable pdf, store it in a simple folder structure.. and use Mac or iOS spotlight to search for things. To make it a little less work for some things I have Hazel (Mac file automation app) watch my downloads folder for pdfs. If the contents match a set of unique things, like my electricity account, provider name, number and so on.. then the file gets renamed and moved to the correct folder. I download the pdf version <i>after</i> paying the bill, so there’s never any confusion. I used to have Hazel rename and move to desktop and I’d file manually once paid. As for folder structures and file names, I use 2022&#x2F;Hydro&#x2F;2022-01-26 Hydro bill.pdf Everything lives in sync.com (similar to Dropbox etc, but better security) and accessible on all my devices.
donglebixover 3 years ago
We&#x27;ve tried keeping our hundreds of docs organised to no avail but what has worked for us for some time now is to describe that document as well as possible in the title :<p>Eg: Ju brazilian Birth cert translation + original 2019.pdf<p>Then we just have Everything running in the back ground and search for whatever we need using that as it indexes all your files in real time and is very lightweight.<p>Everything is lighting quick when it comes to filtering a list of file names so we usually find what we need in a couple of seconds... Super easy to pull up too as they offer a global short cut key. Ctrl-Alt-Shift-E in our case...<p><a href="https:&#x2F;&#x2F;www.voidtools.com&#x2F;en-au&#x2F;support&#x2F;everything&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.voidtools.com&#x2F;en-au&#x2F;support&#x2F;everything&#x2F;</a>
MrWifflesover 3 years ago
I don’t know if there’s an Android version, but I use “Scanner Pro” by Readdle on my iPhone to scan physical documents, then use airdrop to move them to my Mac where I later file them under ~&#x2F;Docs&#x2F;ORGNAME&#x2F;YYYY-MM-DD with some description of what it is by at the end of the file name.<p>Looking at the settings just now, there’s an auto-upload option in there I haven’t taken advantage of yet, that allows for popular sync services as well as WebDAV. Which means I could configure this to auto upload docs to my NAS. I need to get on that…<p>Anyway, that app is pretty great in my experience. I think it even does OCR when converting to PDF automatically.
somenewaccount1over 3 years ago
I often want to build a camera app that makes sub-foldering easy. Such that when you open the app, a folder icon is there and quickly allows you to set the folder for pictures your about to take. It would have a timer option too, so you can save &#x27;the next 4 hours are so-and-so&#x27;s party.<p>But primarily, the icon brings up a quick menu of favorite folders, more folders, or new folder.<p>Do you think that would that be of use to you?
评论 #30240771 未加载
deanmoriartyover 3 years ago
I use Google Drive for everything in a simple folder hierarchy with meaningful folder and file names. I keep everything there once scanned: medical, financial, taxes, housing, legal, … The folder structure makes it very easy to browse when search doesn’t work. The iOS app works great.<p>Backup every couple months with Takeout in case I get locked out.
Froedlichover 3 years ago
I put document scans in a directory and name them something relevant, like &quot;2021 state tax return&quot;. Only takes a few seconds to find anything I need.<p>I have both on-site and off-site backups; I have no desire to put personal information of that sort on anyone&#x27;s web server.
Irongirl1over 3 years ago
I have this article by a Czech coder named Vas3k: <a href="https:&#x2F;&#x2F;vas3k.com&#x2F;blog&#x2F;nocode&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vas3k.com&#x2F;blog&#x2F;nocode&#x2F;</a><p>I saved it for another reason, but in it he solves for &quot;X&quot;. Maybe it will help you.
评论 #30238022 未加载
GrifMDover 3 years ago
I personally store everything in I cloud following a similar directory structure as tacostakohashi (elsewhere in the thread), though it seems like Google Drive might work for y&#x27;all as your split across iOS and Android.
runjakeover 3 years ago
I just scan everything into a folder on iCloud Drive with SwiftScan (which also does OCR) and use macOS and iOS Spotlight to find stuff.<p>Seems to work pretty well. I have to refer to receipts in it all the time.
评论 #30262918 未加载
stormbeardover 3 years ago
My photographed documents go on Google Photos and I can just use the image search. I pay for it and don’t really care if Google sees it all- I get what I need.
评论 #30238173 未加载
mikebosover 3 years ago
Mac only solution but I just use DEVONthink and their mobile app. Works like a charm.
dddwover 3 years ago
Mainly a reference folder on a webshare. But was considering paperless-ng lately
Funkhauserover 3 years ago
Evernote