12 lines
285 B
YAML
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"
|