mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-27 11:19:55 +02:00
✒ README: Recommend installing via pip and from PyPI
This commit is contained in:
parent
a1a7f95ac6
commit
54a3121172
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -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.
|
||||||
|
|
||||||
[](https://github.com/qurator-spk/dinglehopper/actions?query=workflow:"test")
|
[](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…
Add table
Add a link
Reference in a new issue