From fef7cf309b62b53dc153d01c17eba7a83af7b4d3 Mon Sep 17 00:00:00 2001 From: cneud <952378+cneud@users.noreply.github.com> Date: Fri, 14 Apr 2023 03:21:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.