Receipt/invoice parser. Takes a list of PDF/images → pdftotext/tesseract → Anthropic Claude API for extraction → contenteditable HTML.
Go to file
2024-07-09 22:32:15 +01:00
src Initial commit 2024-07-09 22:31:25 +01:00
.gitignore Initial commit 2024-07-09 22:31:25 +01:00
LICENSE Initial commit 2024-07-09 21:29:41 +00:00
package-lock.json Initial commit 2024-07-09 22:31:25 +01:00
package.json Initial commit 2024-07-09 22:31:25 +01:00
README.md Merge branch 'main' of git.starbeamrainbowlabs.com:sbrl/receipt-parser 2024-07-09 22:32:15 +01:00

receipt-parser

Receipt/invoice parser. Takes a list of PDF/images → pdftotext/tesseract → Anthropic Claude API for extraction → contenteditable HTML.

System Requirements

  • libtesseract-dev