From 723f27bec44104632bc62bce39f59f44cb6be97a Mon Sep 17 00:00:00 2001 From: michalbubula <149780022+michalbubula@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:41:17 +0200 Subject: [PATCH] Add -eoi option to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1720f7f..292cfbc 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ The following options can be used to further configure the processing: | `-cl` | apply contour detection for curved text lines instead of bounding boxes | | `-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`) | +| `-eoi` | extract only images to output directory (other processing will not be done) | | `-ho` | ignore headers for reading order dectection | | `-si ` | save image regions detected to this directory | | `-sd ` | save deskewed image to this directory |