mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-14 14:49:54 +02:00
clean up
This commit is contained in:
parent
896e50bf06
commit
482511adc0
1 changed files with 3 additions and 4 deletions
|
@ -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 <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]
|
||||
```
|
||||
|
||||
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue