I Wrote a Receipt Parser with ChatGPT - Fun with AI

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 4

  • @olleonj
    @olleonj 19 днів тому +1

    Great video, thank you for sharing! I was looking for some pointers getting started using openai to parse receipts and this was perfect and to the point. I automated the end-of-month expense reporting for my company following this approach, including automatically correlating the receipts with transactions on my various bank statements to give me an alert if any receipts are missing at the end of the month! I'm impressed by GPT's capabilities here, it's both easier to setup and much more accurate than other OCR approaches (e.g. tesseract) I tried before this.

  • @justinspearlord
    @justinspearlord 4 дні тому

    I'm getting this error when running the code:
    Error [ERR_REQUIRE_ESM]: require() of ES Module ..\messages.mjs not supported.

  • @michaelwickerson4862
    @michaelwickerson4862 2 місяці тому

    Inspiring