✒ README: Recommend installing via pip and from PyPI

pull/90/head
Mike Gerber 1 year ago
parent a1a7f95ac6
commit 54a3121172

@ -5,7 +5,7 @@ dinglehopper is an OCR evaluation tool and reads
[ALTO](https://github.com/altoxml), [ALTO](https://github.com/altoxml),
[PAGE](https://github.com/PRImA-Research-Lab/PAGE-XML) and text files. It [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 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. 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") [![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 Installation
------------ ------------
It's best to use pip, e.g.:
~~~ It's best to use pip to install the package from PyPI, e.g.:
sudo pip install . ```
~~~ pip install dinglehopper
```
Usage Usage
----- -----

Loading…
Cancel
Save