Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cneud authored Mar 11, 2024
1 parent 896e50b commit 482511a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -52,9 +52,9 @@ The command-line interface can be called like this:

```sh
eynollah \
-i <single image file> | -di <path to directory containing image files> \
-i <single image file> | -di <directory containing image files> \
-o <output directory> \
-m <path to directory containing model files> \
-m <directory containing model files> \
[OPTIONS]
```

Expand All @@ -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 <directory>` | process all images in a directory in batch mode |
| `-si <directory>` | save image regions detected to this directory |
| `-sd <directory>` | save deskewed image to this directory |
| `-sl <directory>` | save layout prediction as plot to this directory |
Expand Down

0 comments on commit 482511a

Please sign in to comment.