excalibur
excalibur copied to clipboard
Support to parallel process multiple PDFs from CLI using a rule.json
Possible command: $ excalibur distribute --rule rule.json directory/
If Excalibur is configured with Celery, a worker would have to be running with $ excalibur worker. Else all PDFs from the directory would be processed sequentially.
The idea behind a --rule option is that a user should be able to download a rule s/he created on a single PDF with the web interface and then re-use it on multiple PDFs.
I can't run the provided command can you help me how to use the command line
Usage: excalibur [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
initdb
resetdb
run
webserver
work
```er
any help ?
This is not implemented yet.