From 482511adc0a853b3877e57f05e55ae37384ec271 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:16:47 +0100 Subject: [PATCH] clean up --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c758d01..68f819f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ * [Examples](https://github.com/qurator-spk/eynollah/wiki#examples) ## Installation -Python versions `3.8-3.11` with Tensorflow versions >=`2.12` on Linux are currently supported. +Python versions `3.8-3.11` with Tensorflow version `2.13` on Linux are currently supported. For (limited) GPU support the CUDA toolkit needs to be installed. @@ -52,9 +52,9 @@ The command-line interface can be called like this: ```sh eynollah \ - -i | -di \ + -i | -di \ -o \ - -m \ + -m \ [OPTIONS] ``` @@ -71,7 +71,6 @@ The following options can be used to further configure the processing: | `-ib` | apply binarization (the resulting image is saved to the output directory) | | `-ep` | enable plotting (MUST always be used with `-sl`, `-sd`, `-sa`, `-si` or `-ae`) | | `-ho` | ignore headers for reading order dectection | -| `-di ` | process all images in a directory in batch mode | | `-si ` | save image regions detected to this directory | | `-sd ` | save deskewed image to this directory | | `-sl ` | save layout prediction as plot to this directory |