✒ README: Recommend installing via pip and from PyPI

pull/90/head
Mike Gerber 9 months ago
parent a1a7f95ac6
commit 54a3121172

@ -5,7 +5,7 @@ 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. It
compares a ground truth (GT) document page with a OCR result page to compute
metrics and a word/character differences report. It also supports batch processing by
metrics and a word/character differences report. It also supports batch processing by
generating, aggregating and summarizing multiple reports.
[![Tests](https://github.com/qurator-spk/dinglehopper/workflows/test/badge.svg)](https://github.com/qurator-spk/dinglehopper/actions?query=workflow:"test")
@ -23,10 +23,11 @@ Goals
Installation
------------
It's best to use pip, e.g.:
~~~
sudo pip install .
~~~
It's best to use pip to install the package from PyPI, e.g.:
```
pip install dinglehopper
```
Usage
-----

Loading…
Cancel
Save