automation

File automation for accountants: a self-filing folder

There is a particular kind of dread that arrives every tax season. A client sends a scan called scan0023.pdf. The payroll provider posts a W-2 named document.pdf. The bank exports estatement_749.pdf. By April you have a Downloads folder full of forms whose names tell you nothing, and you are opening each one to find out whether it is a W-2, a 1099, or a bank statement you already have. The filing is the work — and it is the work nobody bills for.

It does not have to be manual. Every one of those documents announces what it is inside its own text. A W-2 prints “Wage and Tax Statement.” An IRS form prints “Internal Revenue Service” and “Form 1099” or “Form 1040.” A pay stub prints its own headings. Elegant File Explorer reads those printed words and files each document into the right year’s folder on its own — and it all happens on your PC, with nothing uploaded.

The problem: tax documents arrive badly named#

You do not control how a document is named. Government portals name by internal ID. Clients photograph a form and email IMG_4821.jpg turned into a PDF. A brokerage exports a year-end summary as download (4).pdf. Any tool that organizes by file name is beaten before it starts, because the name carries no information.

So the honest move is to stop reading names and start reading contents. That is the one thing plain Windows Explorer cannot do — and the thing that turns a dreaded April into a folder that was ready in January.

Read the form from the inside#

Elegant File Explorer has a condition that looks at the content of a document — PDF, DOCX and TXT — not just the name. When a rule uses “Content contains (PDF, DOCX, TXT)”, the app reads the document’s text for you, and it does this even for a scanned PDF: the reading is built-in OCR, 100% on your PC. The W-2 a client scanned to a flat image is read exactly like a born-digital one.

You rarely have to build these by hand, though. Open the Recipe Gallery (the wizard offers it with “How about starting from a ready-made recipe?”) and the US recipes do the season’s filing on their own:

  • “USA: tax forms (W-2, 1099)” recognizes the season’s forms by name and by the strong markers in a PDF’s text — “Form 1099”, “Internal Revenue Service” — and files each into Documents\Taxes by year, with a Tax tag and a reminder so the deadline never sneaks up.
  • “USA: taxes by content (W-2, IRS)” is the same idea, purely by reading: it opens each PDF, finds “Wage and Tax Statement”, “Internal Revenue Service”, “Form 1099” or “Form 1040” inside — even in a scan — and files it, in real time, no matter that the file is called scan0023.pdf.
  • “USA: pay stubs by month” files pay stubs and earnings statements into Documents\Pay stubs by year and month.
  • “USA/UK: bank statements” files PDF statements into Documents\Bank statements by year and month.
  • “USA/UK: receipts by content” reads the fixed phrases every receipt prints — “thank you for your order”, “order confirmation”, “invoice number”, “amount due” — and files them by month, so deductions and warranties never mean hunting for paper.

For UK clients, “UK: Self Assessment (HMRC)” and “UK: HMRC by content” recognize “HM Revenue and Customs”, “Self Assessment” and “Unique Taxpayer Reference”, file into Documents\Taxes UK by year, and set a reminder — because the 31 January deadline does not forgive.

Build one by hand, if you like#

Say you want every incoming 1099 filed automatically. Here is the whole rule:

  1. Open Auto-organization and click + New rule.
  2. Rule name: 1099s.
  3. Monitored folders: + Add folder, Browse…, pick Downloads (add the Desktop too).
  4. When to run: “Automatically, when a file arrives (real time)”.
  5. Which files (conditions): two conditions joined with All (AND):
    • “Extension is”.pdf.
    • “Content contains (PDF, DOCX, TXT)”Form 1099.
  6. What to do (actions):
    1. “Apply tag”Tax.
    2. “Create reminder (tag)”Tax.
    3. “Move to”Documents\Taxes\{year}.

Click “Simulate effect” for the Preview — nothing is actually changed, then “Save rule”. From then on, any PDF that carries “Form 1099” in its text lands in that year’s tax folder, tagged, whatever it was called. The first read of a full folder runs in the background and can take a while; after that each new file is recognized instantly.

The destination is where accountants win#

The quiet superpower here is the “Move to” destination. Point a client’s rule at a folder your document portal or a synced drive already watches, and local filing becomes delivery for free. When a client’s W-2 lands, it is already in the folder your firm pulls from — no email, no zip, no “please find attached.” The {year} and {month-name} tokens carve everything into periods automatically, so closing a month means the folder is already cut the way you would cut it.

The same reading engine that files these documents also lets you search inside them later — finding the one 1099 that lists a particular payer across a client’s whole year, even in scanned PDFs. If invoices and receipts are your bread and butter, our guide on automatically organizing invoices and receipts goes deep on filing by content.

Nothing is deleted, everything can be undone#

Accountants do not get to be cavalier with a client’s records, and this automation respects that. “Simulate effect” shows the full outcome before anything moves. Every run is logged in the history, and “Undo” reverses it — moving is moving, never deleting. A document filed to the wrong client’s folder is one click from home. And because everything is local, a client’s financial documents never leave your computer.

FAQ

Does it read a scanned W-2 or a photographed receipt?

Yes. With a content condition, the app reads the text itself, including from scans and photos saved as PDF, using built-in OCR that runs 100% on your PC. The first read of a big folder takes a while; after that it is instant for each new file.

Can it handle both US and UK clients?

Yes. There are recipes tuned for US forms (W-2, 1099, 1040, IRS) and for UK HMRC documents (Self Assessment, SA302, UTR), each filing into its own folder by year with a deadline reminder.

Won't it mistake a contract that mentions "invoice" for an actual invoice?

The content recipes target the phrases a real document prints — “Wage and Tax Statement”, “Internal Revenue Service”, “amount due” — not a loose word, which is exactly why they avoid the false matches a name-based approach makes.

Do my clients' financial documents leave my PC?

No. All reading and filing is local. Nothing is uploaded, and no account is required.

What if a rule misfiles a document?

Nothing is deleted. Every run is in the history; click “Undo” and it reverses. Run “Simulate effect” first and you will see the result before a single file moves.

Elegant File Explorer is available on the Microsoft Store — one-time purchase, with a 7-day free trial. The content-reading (OCR) recipes are part of the premium pack.

Read next