Skip to content

Transkribus/TranskribusDU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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