Browse Source

fix: update installation instructions for the merger module to ensure proper uninstallation and reinstallation

zhch158_admin 1 day ago
parent
commit
a5b6546c7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zhch/universal_doc_parser/模型统一框架.md

+ 1 - 1
zhch/universal_doc_parser/模型统一框架.md

@@ -236,7 +236,7 @@ output:
 cd /Users/zhch158/workspace/repository.git/ocr_verify
 cd /Users/zhch158/workspace/repository.git/ocr_verify
 
 
 # 2. 安装 merger 模块(可编辑模式)
 # 2. 安装 merger 模块(可编辑模式)
-python3 -m pip install -e merger/
+pip uninstall -y merger && pip install -e .
 
 
 # 3. 验证安装
 # 3. 验证安装
 python3 -c "from merger.table_cell_matcher import TableCellMatcher; print('✅ 安装成功')"
 python3 -c "from merger.table_cell_matcher import TableCellMatcher; print('✅ 安装成功')"