From 54a31211725663bba5af7e04f93db69764211b7d Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 11 Aug 2023 20:28:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=92=20README:=20Recommend=20installing=20?= =?UTF-8?q?via=20pip=20and=20from=20PyPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index affcfe8..3a0b56e 100644 --- a/README.md +++ b/README.md @@ -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 -----