@@ -30,6 +30,7 @@ class TableCellMatcher:
text_matcher: 文本匹配器
x_tolerance: X轴容差(用于列边界判断)
y_tolerance: Y轴容差(用于行分组)
+ inclination_threshold: 倾斜校正阈值(度数)
"""
self.text_matcher = text_matcher
self.x_tolerance = x_tolerance