From 468ae79374be2c41208a4ac5bf9b908540a7867c Mon Sep 17 00:00:00 2001 From: yue kun Date: Fri, 20 Oct 2023 11:14:49 +0800 Subject: [PATCH] add map_info.json --- .../DocXLayout/map_info.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 DocumentUnderstanding/DocXLayout/map_info.json diff --git a/DocumentUnderstanding/DocXLayout/map_info.json b/DocumentUnderstanding/DocXLayout/map_info.json new file mode 100644 index 0000000..446ccf7 --- /dev/null +++ b/DocumentUnderstanding/DocXLayout/map_info.json @@ -0,0 +1,22 @@ +{ + "huntie": { + "primary_map": { + "title": 0, + "figure": 1, + "plain text": 2, + "header": 3, + "page number": 4, + "footnote": 5, + "footer": 6, + "table": 7, + "table caption": 8, + "figure caption": 9, + "equation": 10, + "full column": 11, + "sub column": 12 + }, + "secondary_map": { + "0": 0 + } + } +} \ No newline at end of file