Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 961 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 961 Bytes

TranskribusDU

Document Understanding tools

Updated: 2019-11-20

Requirements, installation

Python

  • Install [Python] 3.x

We recommend installing anaconda3 . You can then train using pystruct and/or tensorflow (both to be installed on top of anaconda).

  • conda install shapely rtree lxml scipy
  • conda install future scikit-learn pytest

To learn with pystruct (using a graph-CRF model):

* pip install cvxopt ad3 pystruct --upgrade

To learn with Tensorflow (using an Edge Convolutional Network):

  • conda install tensorflow(-gpu)

Usage

  • see use-cases

Related discussion: https://read02.uibk.ac.at/wiki/index.php/Document_Understanding

Contacts:

Useful Links