From b1e191b2ea9511821cc15cfd6452184d76b87dad Mon Sep 17 00:00:00 2001 From: cneud <952378+cneud@users.noreply.github.com> Date: Wed, 29 Oct 2025 22:30:58 +0100 Subject: [PATCH] reformat cli options table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8353005..a663215 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ eynollah layout \ The following options can be used to further configure the processing: | option | description | -|-------------------|:------------------------------------------------------------------------------- | +|-------------------|:--------------------------------------------------------------------------------------------| | `-fl` | full layout analysis including all steps and segmentation classes (recommended) | | `-light` | lighter and faster but simpler method for main region detection and deskewing (recommended) | | `-tll` | this indicates the light textline and should be passed with light version (recommended) |