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

Hacker News - AI
Jul 6, 2025 13:50
marcinczubala
1 views
hackernewsaidiscussion

Summary

ParsePoint is a new AI-powered OCR tool designed to automate the extraction of invoice data into Excel, significantly reducing manual data entry time for small businesses. Built with a fine-tuned open-source VLLM model for document layouts, it demonstrates the practical application of lightweight, customizable AI solutions for everyday business tasks. This highlights the growing accessibility and impact of AI-driven automation in streamlining administrative workflows.

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

Related Articles

Study detects AI fingerprints in scientific papers

Hacker News - AIJul 6

A recent study has identified distinct "AI fingerprints" in millions of scientific papers, revealing widespread use of AI-generated text in academic publishing. This finding raises concerns about research authenticity and highlights the growing influence of AI tools in scientific communication, prompting calls for better detection and transparency measures in the field.

'Shit in, shit out', AI is coming for agriculture, but farmers aren’t convinced

Hacker News - AIJul 6

The article discusses skepticism among farmers regarding the adoption of AI in agriculture, emphasizing concerns about data quality and the risk of unreliable outputs ("shit in, shit out"). While AI promises efficiency and improved decision-making, the article highlights that its effectiveness depends on accurate, context-specific data, underscoring the need for careful implementation in the agricultural sector.

Show HN: Autoresume – OpenSource, Resume Builder and TeX Editor with AI Features

Hacker News - AIJul 6

autoResume is an open-source resume builder and TeX editor that leverages AI to streamline resume creation by importing achievements from professional links and tailoring content to specific job descriptions. Users can manually edit resumes in a code-like interface and generate polished PDFs in real time. This tool demonstrates how AI can simplify and personalize professional document creation, reducing manual effort and improving customization.