Show HN: ParsePoint – AI OCR that pipes any invoice straight into Excel

Show HN (score: 5)
Found: July 06, 2025
ID: 139

Description

Other
Show HN: ParsePoint – AI OCR that pipes any invoice straight into Excel Hi HN,

I run a small ecommerce shop and, until recently, spent way too many evenings copy-pasting supplier invoices into Excel so my books stayed clean and my expense tracking was granular. It finally hit me that I’d rather invest that time in code than in Ctrl-C/Ctrl-V, so I built ParsePoint.app.

Why I built it • Manual invoice entry was swallowing 4 hours every month. • Accounting software APIs felt heavyweight for my use-case; I really just wanted clean rows in a spreadsheet. • I love tinkering with AI models and needed an excuse to spin one up in production.

What it does 1. Upload a PDF (or forward an email). 2. ParsePoint’s AI OCR extracts line-items, amounts, tax, dates, etc. 3. Download a ready-to-pivot Excel/CSV file or hit the API to drop the data wherever you like.

Under the hood • Frontend: React • API: .NET 8, PostgreSQL • AI layer: an open-source VLLM model fine-tuned for document layouts

Outcome so far • My own workload: from 4 hours/month to less than 10 minutes. • Early beta testers (other solo-store owners) report similar time savings and fewer bookkeeping errors. • The pay-as-you-go credit system means no subscriptions or lock-ins—use it only when you need it.

I’d love feedback on the tech approach, pricing model, or anything that looks off. All comments welcome, and I’m here to answer every question.

Thanks for reading! Marcin – maker of ParsePoint.app

More from Show

Show HN: Wienerdog – memory and self-improving skills for Claude Code/Codex

Show HN: Wienerdog – memory and self-improving skills for Claude Code/Codex The idea of Wienerdog was born out of my experience setting up my own simple but effective system of memory, self-improving skills and hooks for Claude Code and Codex. As I was teaching my friends and colleagues how to set up their own I found myself automating more and more of my system setup and finally I decided to publish it on GitHub to help others get more out of their AI usage.<p>So what is Wienerdog? Simply put, it is just files — no daemon, no server, no telemetry: a collection of instructions and skills that you can install by pasting just one line (npx wienerdog@latest init) and it will give your Claude Code &#x2F; Codex:<p>- a proper base information CLAUDE.md &#x2F; AGENTS.md file created by doing a simple, friendly interview with you (existing files are respected — Wienerdog only writes inside its own clearly-marked block). - a persistent, markdown-based memory vault following the PARA convention, similar to the Obsidian vaults many folks use. Already have a vault? No problem, you can just point it to it. - automated ‘hooks’ that will pull in key information (who you are, what you do, etc.) into each session and detect and save critical new information into your persistent memory. - automated daily ‘dreaming’ runs that digest the previous day’s sessions and store their key information into memory. If your computer is off or asleep at that time, the dreaming run will catch up when you&#x27;re back. - repeating task patterns are identified and turned into reusable skills which can be further improved automatically. - if you are using both Claude Code and Codex (like I do) they will be able to read from and contribute to the same memory vault. You are not locked in to any vendor. - a basic (and optional) integration with the Google suite to give your AI access to your Gmail, Calendar and Drive — read-only and draft-only by default.<p>Everything Wienerdog does can run on your existing Anthropic &#x2F; OpenAI subscription, in line with their terms. The project is open-source on GitHub and free forever under the MIT license. I do this for fun and to give a little something back.<p>I have put quite a bit of work into Wienerdog already and am happily using it myself for its own development (dogfooding — get it?). In fact, most of Wienerdog&#x27;s code was written by AI agents following its own spec system, using the memory vault that lives in the repo. With that said, it is still early and a work in progress that could use more eyes. I&#x27;d love for you to try it out and ask questions, request new things to add or even contribute on GitHub if you have the time and capacity.<p>P.S. Why the name Wienerdog? Because I love these little tube-shaped snouty sausage clowns :)

No other tools from this source yet.