diff --git a/README.md b/README.md
index 6dc5bf9..9a6d9bc 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,11 @@

+
+
+
+
+
## Features
* Document layout analysis using pixelwise segmentation models with support for 10 distinct segmentation classes:
* background, [page border](https://ocr-d.de/en/gt-guidelines/trans/lyRand.html), [text region](https://ocr-d.de/en/gt-guidelines/trans/lytextregion.html#textregionen__textregion_), [text line](https://ocr-d.de/en/gt-guidelines/pagexml/pagecontent_xsd_Complex_Type_pc_TextLineType.html), [header](https://ocr-d.de/en/gt-guidelines/trans/lyUeberschrift.html), [image](https://ocr-d.de/en/gt-guidelines/trans/lyBildbereiche.html), [separator](https://ocr-d.de/en/gt-guidelines/trans/lySeparatoren.html), [marginalia](https://ocr-d.de/en/gt-guidelines/trans/lyMarginalie.html), [initial](https://ocr-d.de/en/gt-guidelines/trans/lyInitiale.html), [table](https://ocr-d.de/en/gt-guidelines/trans/lyTabellen.html)
@@ -98,24 +103,35 @@ 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 |
-| `-light` | lighter and faster but simpler method for main region detection and deskewing |
-| `-tll` | this indicates the light textline and should be passed with light version |
-| `-tab` | apply table detection |
-| `-ae` | apply enhancement (the resulting image is saved to the output directory) |
-| `-as` | apply scaling |
-| `-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 |
-| `-sl ` | save layout prediction as plot to this directory |
-| `-sp ` | save cropped page image to this directory |
-| `-sa ` | save all (plot, enhanced/binary image, layout) to this directory |
+| 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) |
+| `-tab` | apply table detection |
+| `-ae` | apply enhancement (the resulting image is saved to the output directory) |
+| `-as` | apply scaling |
+| `-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 |
+| `-sl ` | save layout prediction as plot to this directory |
+| `-sp ` | save cropped page image to this directory |
+| `-sa ` | save all (plot, enhanced/binary image, layout) to this directory |
+| `-thart` | threshold of artifical class in the case of textline detection. The default value is 0.1 |
+| `-tharl` | threshold of artifical class in the case of layout detection. The default value is 0.1 |
+| `-ocr` | do ocr |
+| `-tr` | apply transformer ocr. Default model is a CNN-RNN model |
+| `-bs_ocr` | ocr inference batch size. Default bs for trocr and cnn_rnn models are 2 and 8 respectively |
+| `-ncu` | upper limit of columns in document image |
+| `-ncl` | lower limit of columns in document image |
+| `-slro` | skip layout detection and reading order |
+| `-romb` | apply machine based reading order detection |
+| `-ipe` | ignore page extraction |
+
If no further option is set, the tool performs layout detection of main regions (background, text, images, separators
and marginals).
@@ -133,7 +149,7 @@ The command-line interface for binarization can be called like this:
eynollah binarization \
-i | -di \
-o