From 0272d95a930d5136bba29e530a3530c13ab17166 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky Date: Fri, 21 Jan 2022 10:14:05 +0100 Subject: [PATCH] update README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c18450..8932dde 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ * [PubLayNet](#publaynet) * [PubLayNet](#publaynet-1) * [LayoutParser](#layoutparser) + * [DocBank](#docbank) * [Testing](#testing) ## Introduction @@ -99,9 +100,11 @@ Options: -V, --version Show version Parameters: - "categories" [array - ["TextRegion:paragraph", "TextRegion:heading", - "TextRegion:list-label", "TableRegion", "ImageRegion"]] - maps region category (position) to region type + "categories" [array - REQUIRED] + maps each region category (position) of the model to a PAGE region + type (and subtype if separated by colon), e.g. + ['TextRegion:paragraph', 'TextRegion:heading', + 'TextRegion:floating', 'TableRegion', 'ImageRegion'] for PubLayNet "min_confidence" [number - 0.5] confidence threshold for detections "model_config" [string - REQUIRED]