Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Jan 21, 2022
1 parent 47b7c07 commit 0272d95
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* [PubLayNet](#publaynet)
* [PubLayNet](#publaynet-1)
* [LayoutParser](#layoutparser)
* [DocBank](#docbank)
* [Testing](#testing)

## Introduction
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 0272d95

Please sign in to comment.