1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-11 03:19:57 +02:00
dinglehopper/README.md

32 lines
855 B
Markdown
Raw Normal View History

dinglehopper
============
2019-08-15 14:39:35 +02:00
dinglehopper is an OCR evaluation tool and reads [ALTO](https://github.com/altoxml), [PAGE](https://github.com/PRImA-Research-Lab/PAGE-XML) and text files.
2019-08-14 18:29:49 +02:00
[![Build Status](https://travis-ci.org/qurator-spk/dinglehopper.svg?branch=master)](https://travis-ci.org/qurator-spk/dinglehopper)
2019-08-14 18:29:49 +02:00
2019-08-15 10:35:26 +02:00
Goals
-----
* Useful
* As an UI tool
* For an automated evaluation
* As a library
* Unicode support
2019-08-15 10:35:26 +02:00
2019-08-15 17:25:54 +02:00
Usage
-----
~~~
dinglehopper some-document.gt.page.xml some-document.ocr.alto.xml
~~~
This generates `report.html` and `report.json`.
2019-08-15 17:25:54 +02:00
As a OCR-D processor:
~~~
ocrd-dinglehopper -m mets.xml -I OCR-D-GT-PAGE,OCR-D-OCR-TESS -O OCR-D-OCR-TESS-EVAL
~~~
This generates HTML and JSON reports in the `OCR-D-OCR-TESS-EVAL` filegroup.
2019-08-14 18:29:49 +02:00
![dinglehopper displaying metrics and character differences](.screenshots/dinglehopper.png?raw=true)