{% extends 'base.html' %} {% load i18n staticfiles %} {% block head_title %}{% trans "Homepage" %}{% endblock %} {% block nav-home-class %}active{% endblock %} {% block body %}
{% if CUSTOM_HOME %} {% include "additional_heading.html" %} {% else %}

eScriptorium

{% trans "A project providing digital recognition of handwritten documents using machine learning techniques." %}

{% endif %}

{% trans "Data Interchange" %}

{% trans "Import or Export transcriptions with ALTO or PAGE XML, Import images as zip or IIIF. Access data from any application through a full Rest API." %}

Generic placeholder image

{% trans "Manual Edition" %}

{% trans "Make use of an ergonomic user interface leveraging modern browser technology to edit segmentations and transcriptions." %}

Generic placeholder image

{% trans "Automatic Transcription" %}

{% trans "Train and apply new neural networks to vastly speed up the transcription process of large corpora." %}


EPHE logo Resilience logo Scripta PSL logo Horizon 2020 logo INRIA logo DIM Region ile de france logo
{% if CUSTOM_HOME %} {% include "additional_icons.html" %} {% endif %}
{% endblock %}