From 2736ddb42d9c002f8c453b9e59aedf9fbe6fc9bc Mon Sep 17 00:00:00 2001 From: vahidrezanezhad Date: Thu, 10 Mar 2022 14:00:31 -0500 Subject: [PATCH] light version --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c52560b..7673954 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ Some heuristic methods are also employed to further improve the model prediction * After deskewing, a calculation of the pixel distribution on the X-axis allows the separation of textlines (foreground) and background pixels. * Finally, using the derived coordinates, bounding boxes are determined for each textline. +## Light version +layout detection is implemented in lower scale and with only one model. + ## Installation `pip install .` or