Skip to main content

some utility function to interact with the Transkribus-API

Project description

acdh-transkribus-utils

PyPI version

A python package providing some utility functions for interacting with the Transkribus-API

Installation

pip install acdh-transkribus-utils

Usage

Authentication

Set Transkribus-Credentials as environment variables:

export TRANSKRIBUS_USER=some@mail.com
export TRANSKRIBUS_PASSWORD=verysecret

you can pass in your credentials also as params e.g.

from transkribus_utils.transkribus_utils import ACDHTranskribusUtils

client = ACDHTranskribusUtils(user="some@mail.com", password="verysecret")

Download METS files from Collection

from transkribus_utils.transkribus_utils import ACDHTranskribusUtils

COL_ID = 51052
client = ACDHTranskribusUtils()
client.collection_to_mets(COL_ID)
# downloads a METS for each document in the given collection into a folder `./{COL_ID}

client.collection_to_mets(COL_ID, file_path='./foo')
# downloads a METS for each document in the given collection into a folder `./foo/{COL_ID}

client.collection_to_mets(COL_ID, filter_by_doc_ids=[230161, 230155])
# downloads only METS for document with ID 230161 and 230155 into a folder `./{COL_ID}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acdh-transkribus-utils-2.1.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

acdh_transkribus_utils-2.1-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file acdh-transkribus-utils-2.1.tar.gz.

File metadata

  • Download URL: acdh-transkribus-utils-2.1.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for acdh-transkribus-utils-2.1.tar.gz
Algorithm Hash digest
SHA256 30ed320123d18760c05afed570742e32de7f08a17b6e58d2f3664bf764fbb123
MD5 88ce36498b7ac35e17a86f2919fa42bb
BLAKE2b-256 2085e0c051904749b3fa91bf90fa3633624259a39525d7f820283f61471abf3b

See more details on using hashes here.

File details

Details for the file acdh_transkribus_utils-2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for acdh_transkribus_utils-2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e836a3eb6ef0e4b64873fa1fb38227c3c9e24573960ee42b839e1af56f731333
MD5 5753ba3af32d650457487f29fd1405e4
BLAKE2b-256 a2e82df78a696581e06db3c090df10ca3bfcc637a355f7b601408bed68d6a87a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page