HoangHa commited on
Commit
faa10d2
·
verified ·
1 Parent(s): 64c6b96

Upload normalization schema report

Browse files
Files changed (1) hide show
  1. schema-report.json +87 -0
schema-report.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "normalized-targets-20260604-204346",
3
+ "bucket_counts": {
4
+ "recovered_normalized": 27621,
5
+ "hard_drop": 11124,
6
+ "original_good": 983
7
+ },
8
+ "text_quality_counts": {
9
+ "pass": 38749,
10
+ "review": 931,
11
+ "corrupt_high": 48
12
+ },
13
+ "bbox_quality_counts": {
14
+ "pass": 23067,
15
+ "drop": 9802,
16
+ "review": 6859
17
+ },
18
+ "reason_counts": {
19
+ "bbox_outside_0_1000": 6736,
20
+ "unsupported_tag_or_attr_unrecoverable": 1543,
21
+ "layout_div_without_bbox_or_label": 1505,
22
+ "text_outside_top_level_div": 1053,
23
+ "loose_bbox_without_exact_block_ownership": 940,
24
+ "visible_text_changed": 723,
25
+ "unsupported_label": 493,
26
+ "bbox_without_labels": 192,
27
+ "invalid_bbox_value": 80,
28
+ "invalid_bbox_geometry": 70,
29
+ "text_quality_corrupt_high": 48,
30
+ "bbox_quality_duplicate_bbox_exact": 35,
31
+ "bbox_quality_no_layout_blocks": 33,
32
+ "bbox_without_div_html": 15,
33
+ "nested_layout_div": 14,
34
+ "labels_without_bbox": 9
35
+ },
36
+ "bbox_quality_reason_counts": {
37
+ "bbox_outside_0_1000": 6620,
38
+ "page_footer_too_high": 3426,
39
+ "no_layout_blocks": 2673,
40
+ "layout_div_without_bbox_or_label": 1523,
41
+ "list_label_without_list_html": 1096,
42
+ "text_outside_top_level_div": 1053,
43
+ "high_bbox_overlap": 709,
44
+ "bbox_without_labels": 684,
45
+ "visual_label_without_img_html": 669,
46
+ "list_html_label_mismatch": 533,
47
+ "empty_text_for_textual_label": 514,
48
+ "img_html_label_mismatch": 312,
49
+ "table_html_label_mismatch": 174,
50
+ "duplicate_bbox_exact": 83,
51
+ "invalid_bbox_geometry": 69,
52
+ "page_header_too_low": 67,
53
+ "text_too_dense_for_bbox": 18,
54
+ "labels_without_bbox": 9,
55
+ "footnote_too_high": 8,
56
+ "table_label_without_table_html": 8,
57
+ "near_zero_area_bbox": 3,
58
+ "single_full_page_nonblank_block": 1
59
+ },
60
+ "fix_counts": {
61
+ "label_alias_or_case_drift": 34685,
62
+ "duplicate_data_and_data_bbox": 8299,
63
+ "unsupported_tag_unwrapped": 2251,
64
+ "legacy_data_attr": 1706,
65
+ "unsupported_attr_stripped": 1247,
66
+ "unsupported_tag_mapped": 662,
67
+ "top_level_layout_attr_stripped": 463,
68
+ "duplicate_data_bbox_attr": 111
69
+ },
70
+ "preview_sample_count": 32,
71
+ "coordinate_policy": "strict_0_1000_no_clip_no_silent_rescale",
72
+ "schema_version": "ocr-layout-html-v2.1",
73
+ "target_column": "target_html",
74
+ "default_training_filter": {
75
+ "target_source": [
76
+ "original_good",
77
+ "recovered_normalized"
78
+ ],
79
+ "text_quality": [
80
+ "pass"
81
+ ],
82
+ "bbox_quality": [
83
+ "pass"
84
+ ],
85
+ "training_eligible": true
86
+ }
87
+ }