Update README.md

This commit is contained in:
Clemens Neudecker 2020-12-16 15:21:00 +01:00 committed by GitHub
parent 05a3589d54
commit c7062c58ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,15 +74,17 @@ Alternatively, running `make models` will download and extract models to `$(PWD)
The basic command-line interface can be called like this: The basic command-line interface can be called like this:
eynollah \ ```sh
-i <image file name> \ eynollah \
-o <directory to write output xml or enhanced image> \ -i <image file name> \
-m <directory of models> \ -o <directory to write output xml or enhanced image> \
-fl <if true, the tool will perform full layout analysis> \ -m <directory of models> \
-ae <if true, the tool will resize and enhance the image and produce the resulting image as output> \ -fl <if true, the tool will perform full layout analysis> \
-as <if true, the tool will check whether the document needs rescaling or not> \ -ae <if true, the tool will resize and enhance the image and produce the resulting image as output> \
-cl <if true, the tool will extract the contours of curved textlines instead of rectangle bounding boxes> \ -as <if true, the tool will check whether the document needs rescaling or not> \
-si <if a directory is given here, the tool will output image regions inside documents there> -cl <if true, the tool will extract the contours of curved textlines instead of rectangle bounding boxes> \
-si <if a directory is given here, the tool will output image regions inside documents there>
```
The tool does accept and works better on original images (RGB format) than binarized images. The tool does accept and works better on original images (RGB format) than binarized images.