Skip to content
Snippets Groups Projects
user avatar
Bastien Abadie authored
 * Expose bulk_transcription in API
 * Use Polygon instead of BoundingBox

See merge request !56
cba52a8e
History

Backend for Historical Manuscripts Indexing

pipeline status

Requirements:

Dev Setup

git clone git@gitlab.com:arkindex/backend.git
mkvirtualenv -p /usr/bin/python3 ark
cd backend
pip install -e .[test]

When the architecture is running locally to provide required services:

manage.py migrate
manage.py createsuperuser

When the iiif-manifests are cloned locally:

manage.py import_manifest <MANIFEST_FILES>