From f0e7f75499577bea004bff5b7a3e8b5a673688a1 Mon Sep 17 00:00:00 2001 From: cneud <952378+cneud@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:30:25 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a92ad87..1720f7f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ * Output in [PAGE-XML](https://github.com/PRImA-Research-Lab/PAGE-XML) * [OCR-D](https://github.com/qurator-spk/eynollah#use-as-ocr-d-processor) interface -:warning: Eynollah development is currently focused on achieving the best possible quality of results for a wide variety of historical documents and therefore processing can be very slow. We aim to improve this, but contributions are always welcome. +:warning: Development is currently focused on achieving the best possible quality of results for a wide variety of historical documents and therefore processing can be very slow. We aim to improve this, but contributions are welcome. ## Installation Python `3.8-3.11` with Tensorflow `2.12-2.15` on Linux are currently supported. @@ -79,7 +79,7 @@ The following options can be used to further configure the processing: | `-sa ` | save all (plot, enhanced/binary image, layout) to this directory | If no option is set, the tool performs layout detection of main regions (background, text, images, separators and marginals). -Best quality output is produced when RGB images are used as input rather than greyscale or binarized images. +The best output quality is produced when RGB images are used as input rather than greyscale or binarized images. #### Use as OCR-D processor 🚧 **Work in progress**