|
@@ -34,7 +34,11 @@ OCR识别(bbox) → 自动分析 → 人工调整 → 保存模板 → 批量应
|
|
|
### 2️⃣ 打开可视化编辑器
|
|
### 2️⃣ 打开可视化编辑器
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
|
|
+# 读取缺省配置文件./table_line_generator.yaml
|
|
|
streamlit run streamlit_table_line_editor.py
|
|
streamlit run streamlit_table_line_editor.py
|
|
|
|
|
+
|
|
|
|
|
+# 关键是在入口脚本名后加 --,后面的参数才会传递给脚本自身
|
|
|
|
|
+streamlit run streamlit_table_line_editor.py -- --config /path/to/custom.yaml
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
### 3️⃣ 新建标注(第一页)
|
|
### 3️⃣ 新建标注(第一页)
|