Update README.md

pull/9/head
Clemens Neudecker 4 years ago committed by GitHub
parent 05a3589d54
commit c7062c58ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,6 +74,7 @@ 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:
```sh
eynollah \ eynollah \
-i <image file name> \ -i <image file name> \
-o <directory to write output xml or enhanced image> \ -o <directory to write output xml or enhanced image> \
@ -83,6 +84,7 @@ The basic command-line interface can be called like this:
-as <if true, the tool will check whether the document needs rescaling or not> \ -as <if true, the tool will check whether the document needs rescaling or not> \
-cl <if true, the tool will extract the contours of curved textlines instead of rectangle bounding boxes> \ -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> -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.

Loading…
Cancel
Save