Folders and tags: organising a scannable library
Paper Scanner supports nested folders and many-to-many tags in the same library. The two models answer different questions; this post explains when and how to combine them.
The Documents list in Paper Scanner supports both nested folders and multi-tags. The two models are not redundant: folders answer the question where does this document live, while tags answer what is this document. Used together, they make a library of several hundred documents findable without manual searching.
Folder model
Folders form a tree. Each document lives in exactly one folder. Folders work best for dimensions that are stable, hierarchical, and one-per-document:
- Time-based archives (year / quarter / month)
- Project structures (client / project / phase)
- Physical locations (house / boiler / manuals)
- Single-relationship accounts and vendors
Folder hierarchies are recommended to stay at four levels or fewer. Deeper nesting usually indicates that two dimensions are being encoded into a single tree, which makes retrieval brittle.
Tag model
Tags are flat and additive. A document may carry any number of tags. Tags answer cross-cutting questions that do not fit a single folder:
- Document type (
receipt,contract,manual,warranty) - Action status (
urgent,to-review,to-file) - Time-bound grouping (
tax-2024,tax-2025) - Source (
scanned-here,imported)
The tag view groups all matching documents across folders. This is the primary mechanism for answering questions like “show me every receipt from last quarter” or “everything I scanned this week”.
Recommended workflow
- Scan directly into the appropriate folder. Use the existing hierarchy rather than creating new folders during capture.
- Apply tags that cross folder boundaries. A document in
2026 / Q2 / Acme / contractsmay also carryurgentandq2-renewalso it can be retrieved across all clients at renewal time. - Sweep
tagviews periodically to file documents that were scanned in a hurry.
The combined search supports both folder and tag filters together, which is the primary advantage of using both models.
Patterns to avoid
- Excessive tagging. Two to three tags per document is the practical limit. More tags dilute their meaning and reduce search precision.
- Years in tags. Years belong in folders because they form a natural tree. Tags should describe what a document is, not when it happened.
- Deep folder nesting. Four levels is the practical maximum. Past that, split out a dimension as a tag.
- Renaming folders. Folder paths are referenced by share links, exports, and sync. Rename only when necessary; prefer tagging for re-classification.
When folders alone are sufficient
For libraries under 100 documents that fall into obvious categories, tags add overhead without proportionate benefit. Folders alone are sufficient until the library grows large enough that cross-cutting searches become common — typically around 200 documents.
Related posts
Cloud sync: mirror your library to your own Drive or iCloud
Paper Scanner mirrors the document library to the user's own Google Drive or iCloud folder. This post covers use cases, configuration steps, and restore workflow.
On-device OCR: searchable text from every scanned page
Paper Scanner runs OCR on-device using Apple and Google ML kits, supporting Latin and CJK scripts. This post covers capabilities, use cases, best practices, and language support.
Export multi-page PDF with optional password protection
Paper Scanner merges multi-page scans into a single PDF with optional password protection. This post covers export flow, when to split, password setup, and large-batch handling.
Free vs Pro: scope, pricing, and subscription mechanics
Paper Scanner Pro unlocks unlimited OCR, removes ads, and adds cloud sync. This post details each tier's contents, who should subscribe, and what happens when subscription ends.