Skip to content

jesuiten-oenb/transkribus-out

Repository files navigation

Jesuiten Littera annuae transkribus-export

Automagically export and upconvert data from Transkribus collections into TEI/XML using page2tei from @dariok and acdh-transkribus-pyutils.

initial (local) set up

  • create a virtual environment python -m venv venv
  • update pip to latest version and install needed python packages pip install -U pip && pip install -r requirements.txt
  • copy/rename dummy.env to secret.env and add your Transkribus credentials

export the data

  • add the Transkribus collection IDs to ./col_ids.txt (each ID on a new line) run ./export_env_variables.sh to set your Transkribus credentials as environment variables.
  • run python dump_data.py

GitHub-Actions

  • Create GitHub secrets called TR_USER and TR_PW and add your Transkribus credentials
  • Go to GitHub Actions and start the workflow -> the exported METS and TEI/XML files will be checked into your repo

created with transkribus-export-cookiecutter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published