diff --git a/README.md b/README.md index 85816d1..c6c6b2e 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ The following options can be used to further configure the processing: | `-tab` | apply table detection | | `-ae` | apply enhancement (the resulting image is saved to the output directory) | | `-as` | apply scaling | +| `-cl` | apply polygonal countour detection for curved text lines | | `-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 | @@ -73,6 +74,7 @@ The following options can be used to further configure the processing: | `-si ` | save image regions detected in documents to this directory | | `-sd ` | save deskewed image to this directory | | `-sl ` | save layout prediction as plot to this directory | +| `-sp ` | save cropped page image to this directory | | `-sa ` | save all (plot, enhanced, binary image and layout prediction) to this directory | The tool performs better with RGB images as input than with greyscale or binarized images.