feat: add PDF parsing support using pdfplumber for text extraction and receipt data parsing

Co-authored-by: aider (openai/unsloth/Qwen3-Coder-Next) <aider@aider.chat>
This commit is contained in:
Your Name
2026-02-06 17:54:51 +01:00
parent 2474520514
commit 7016c3b3ec
2 changed files with 94 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
# Core dependencies for the grocery receipt tracker
discord.py>=2.0.0
# For PDF processing (optional, for future OCR implementation)
# PyPDF2
# PDF processing
pdfplumber>=0.9.0
# For image processing (optional, for scanned receipts)
# pytesseract
# pillow