The CLI commands seem to take unnecessarily long time.
Even displaying usage help takes about three seconds:
time bibra --help
Usage: bibra [OPTIONS] COMMAND [ARGS]...
BIBRA - Bibliographic metadata extraction tool.
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
extract Extract publication metadata from a PDF or image file.
list-projects List configured projects.
run Run the BIBRA API server (FastAPI + Web UI) in the...
real 0m3.003s
user 0m15.373s
sys 0m0.293s
The CLI commands seem to take unnecessarily long time.
Even displaying usage help takes about three seconds: