MrSimple07 commited on
Commit
5c2023e
·
1 Parent(s): 736465e

new 2 custom tables + metadata repetition fixed

Browse files
Files changed (1) hide show
  1. table_prep.py +3 -3
table_prep.py CHANGED
@@ -43,17 +43,17 @@ CUSTOM_TABLE_CONFIGS = {
43
  "-": {"method": "split_by_rows"}
44
  }
45
  },
46
- "НП-105-18": { # New addition for problematic table
47
  "tables": {
48
  "№ 4.8": {"method": "group_entire_table"}
49
  }
50
  },
51
- "ГОСТ Р 50.05.23-2020": { # New addition for problematic table
52
  "tables": {
53
  "№8": {"method": "group_entire_table"}
54
  }
55
  },
56
- "ГОСТ Р 50.03.01-2017": { # New addition for А.8 table
57
  "tables": {
58
  "А.8": {"method": "group_entire_table"}
59
  }
 
43
  "-": {"method": "split_by_rows"}
44
  }
45
  },
46
+ "НП-105-18": {
47
  "tables": {
48
  "№ 4.8": {"method": "group_entire_table"}
49
  }
50
  },
51
+ "ГОСТ Р 50.05.23-2020": {
52
  "tables": {
53
  "№8": {"method": "group_entire_table"}
54
  }
55
  },
56
+ "ГОСТ Р 50.03.01-2017": {
57
  "tables": {
58
  "А.8": {"method": "group_entire_table"}
59
  }