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

4
main.py Normal file
View file

@ -0,0 +1,4 @@
from pyedf import main
if __name__ == "__main__":
main()