dynamic layout decorated with artificial class on text elements boundry

This commit is contained in:
vahidrezanezhad 2024-05-23 11:14:14 +02:00
parent f7dda078d2
commit d687f5328f
2 changed files with 103 additions and 20 deletions

View file

@ -1,6 +1,8 @@
{
"textregions":{"paragraph":1, "heading": 2, "header":2,"drop-capital": 3, "marginal":4 },
"textregions":{"paragraph":1, "heading": 2, "header":2,"drop-capital": 3, "marginalia":4 ,"page-number":1 , "catch-word":1 },
"imageregion":5,
"separatorregion":6,
"graphicregions" :{"handwritten-annotation":7, "decoration": 8, "signature": 9, "stamp": 10}
"graphicregions" :{"handwritten-annotation":7, "decoration": 8, "signature": 9, "stamp": 10},
"artificial_class_on_boundry": ["paragraph","header", "heading", "marginalia", "page-number", "catch-word", "drop-capital"],
"artificial_class_label":11
}