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: How to calculate the sums of 230 invoice files of different formats?

2 pointsby pcf12 months ago
I have 230 invoice files going back 18 years, a mix of PDF&#x2F;XLS&#x2F;DOC files and three different currencies.<p>I&#x27;m trying to find out what the invoice sums are, using an AI to go through all the files and do the math for me.<p>But for different reasons, neither Claude 3, ChatGPT (GPT-4o), Gemini 1.5, Microsoft Copilot GPT-4 nor Perplexity are able to do this.<p>The prompt: &quot;Can I give you all my invoices (200+ PDF&#x2F;XLS&#x2F;DOC files), and can you then extract the total invoiced amount, breaking it down by year and by currency, and listing the totals per currency? If needed, here&#x27;s a dropbox link for all the individual files: (URL)&quot;<p>1) Is what I want possible with an AI right now?<p>2) If no AI can do it, what&#x27;s the easiest way to do it on macOS with a manual or more automated method?<p>(I think maybe ChatGPT Plus with Wolfram could do it, and if it DEFINITELY can, I could pay for it and try.)

4 comments

mikewarot12 months ago
It seems to me you could use a spreadsheet and do this by hand in an hour or two.<p>Would you really trust any of these LLMs? I wouldn&#x27;t.
maga_202012 months ago
Try MS robotic automation (they may have a cheap &#x2F; free account)<p><a href="https:&#x2F;&#x2F;powerautomate.microsoft.com&#x2F;en-us&#x2F;blog&#x2F;process-invoices-with-ai-builder&#x2F;" rel="nofollow">https:&#x2F;&#x2F;powerautomate.microsoft.com&#x2F;en-us&#x2F;blog&#x2F;process-invoi...</a>
al2o3cr12 months ago
<p><pre><code> using an AI to go through all the files and do the math for me. </code></pre> The only way you could rely on the the result would be to manually check each invoice, given all of these tools tendency to hallucinate. Might as well just manually collect the values at that point.
andrewfromx12 months ago
<a href="https:&#x2F;&#x2F;rossum.ai" rel="nofollow">https:&#x2F;&#x2F;rossum.ai</a><p><a href="https:&#x2F;&#x2F;nanonets.com" rel="nofollow">https:&#x2F;&#x2F;nanonets.com</a><p><a href="https:&#x2F;&#x2F;www.mindee.com&#x2F;">https:&#x2F;&#x2F;www.mindee.com&#x2F;</a>