Initial commit

This commit is contained in:
2026-01-01 21:57:33 -08:00
commit d246d2a0d7
6 changed files with 285 additions and 0 deletions

11
conf.yaml Normal file
View File

@@ -0,0 +1,11 @@
## Configuration for the processor prototype
# Either point `input_dir` to a folder containing PDFs, or set `input_file`
input_dir: ./input
input_file: ""
archive_dir: ./archive
error_dir: ./error
# MongoDB connection (optional for prototype)
mongo_uri: "mongodb://localhost:27017"