Initial commit
This commit is contained in:
11
conf.yaml
Normal file
11
conf.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user