Evaworld9@alien.topOPBtoEntrepreneur@indiehackers.space•AI For Invoice Data ExtractionEnglish
1·
1 year agoLet’s say you have an invoice in PDF format, not created in QuickBooks and you want to automatically extract the data to Excel or JSON. This is what my app does. Can you achieve the same with QuickBooks or Apple?
The best tool that everyone is eager for would let users upload as many documents as they want, ask questions about them, and the AI would nail the answers, pulling out all the relevant bits from those documents. That’s my goal that I want to build (when I have time) in parallel with my current solution YourDocGPT.com which supports one document at a time but gives outstanding results based on current user feedback.
I have developed an algorithm that when combined with the ChatGPT API, yields very accurate results. The primary challenge with handling multiple documents is the API’s maximum token limit. So, what I’m thinking is, when a user requests information from, say, 100 documents, the system should focus on the most relevant documents (for example, the top 5) and extract the most pertinent information from those five. This approach will require extensive tweaking and testing. However, users who need information from all 100 documents in a single response may find this limitation unsatisfactory.