→ Link to paper: https://arxiv.org/abs/1906.11894
Image and Text Segmentation pipeline for the paper "Labeling, Cutting, Grouping: an Efficient Text Line Segmentation Method for Medieval Manuscripts", published at the 15th IAPR International Conference on Document Analysis and Recognition (ICDAR) in 2019.
In order to get the pipeline up and running it is only necessary to clone the latest version of the repository:
git clone https://github.com/DIVA-DIA/Text-Line-Segmentation-Method-for-Medieval-Manuscripts
Run the install the conda environment:
conda env create -f environment.yml
If you use our software, please cite our paper as:
@inproceedings{alberti2019linesegmentaton,
address = {Sydney, Australia},
author = {Alberti, Michele and Voegtlin, Lars and Pondenkandath, Vinaychandran and Seuret, Mathias and Ingold, Rolf and Liwicki, Marcus},
title = {{Labeling, Cutting, Grouping: an Efficient Text Line Segmentation Method for Medieval Manuscripts}},
booktitle = {2019 15th IAPR International Conference on Document Analysis and Recognition (ICDAR)},
year = {2019},
month = {sep},
}
Our work is on GNU Lesser General Public License v3.0