Use a local file for transkribus import
Some clients are providing us with Transkribus exports directly. The import_transkribus
module should support a CLI option --archive-path
to specify a local path instead of job_path
.
The required argument job_path
would become an option and be mutually exclusive with --archive-path
.
When local archive is used, the import should not download anything and only rely on this file as data source.