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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user