|
|
@@ -0,0 +1,47 @@
|
|
|
+# OCR验证工具配置文件
|
|
|
+
|
|
|
+# 样式配置
|
|
|
+styles:
|
|
|
+ font_sizes:
|
|
|
+ small: 10
|
|
|
+ medium: 12
|
|
|
+ large: 14
|
|
|
+ extra_large: 16
|
|
|
+
|
|
|
+ colors:
|
|
|
+ primary: "#0288d1"
|
|
|
+ secondary: "#ff9800"
|
|
|
+ success: "#4caf50"
|
|
|
+ error: "#f44336"
|
|
|
+ warning: "#ff9800"
|
|
|
+ background: "#fafafa"
|
|
|
+ text: "#333333"
|
|
|
+
|
|
|
+ layout:
|
|
|
+ default_zoom: 1.0
|
|
|
+ default_height: 600
|
|
|
+ sidebar_width: 1
|
|
|
+ content_width: 0.7
|
|
|
+
|
|
|
+# 界面配置
|
|
|
+ui:
|
|
|
+ page_title: "OCR可视化校验工具"
|
|
|
+ page_icon: "🔍"
|
|
|
+ layout: "wide"
|
|
|
+ sidebar_state: "expanded"
|
|
|
+
|
|
|
+ # 默认设置
|
|
|
+ default_font_size: "small"
|
|
|
+ default_layout: "标准布局"
|
|
|
+
|
|
|
+# 文件路径配置
|
|
|
+paths:
|
|
|
+ output_dir: "output"
|
|
|
+ sample_data_dir: "./sample_data"
|
|
|
+ supported_image_formats: [".png", ".jpg", ".jpeg"]
|
|
|
+
|
|
|
+# OCR数据配置
|
|
|
+ocr:
|
|
|
+ min_text_length: 2
|
|
|
+ default_confidence: 1.0
|
|
|
+ exclude_texts: ["Picture", ""]
|