Files
docintake-gm/conf.yaml
2026-01-01 21:57:33 -08:00

12 lines
285 B
YAML

## 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"