Initial commit with price extraction from pdf

This commit is contained in:
Edgar P. Burkhart 2026-02-17 11:13:32 +00:00
commit 57550c3282
9 changed files with 252 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv