diff --git a/README.md b/README.md index d1090f3..e3f7cd2 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ 1. 优化医院、科室匹配方法,采用模糊匹配 2. 匹配时为医院、科室添加别名 3. 添加医院、科室名的分析处理 + 4. 新增自动识别错误分析功能 20. 版本号:1.13.0 1. 新增文档检测功能 2. 新增扭曲矫正功能 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 3880ef1..b9b5017 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ x-env: &template - image: fcb_photo_review:1.12.14 + image: fcb_photo_review:1.13.1 restart: always services: diff --git a/packages/torchaudio-2.4.0+cu118-cp310-cp310-linux_x86_64.whl b/packages/torchaudio-2.4.0+cu118-cp310-cp310-linux_x86_64.whl deleted file mode 100644 index b703c3d..0000000 Binary files a/packages/torchaudio-2.4.0+cu118-cp310-cp310-linux_x86_64.whl and /dev/null differ diff --git a/packages/torchvision-0.19.0+cu118-cp310-cp310-linux_x86_64.whl b/packages/torchvision-0.19.0+cu118-cp310-cp310-linux_x86_64.whl deleted file mode 100644 index 7b8b7e2..0000000 Binary files a/packages/torchvision-0.19.0+cu118-cp310-cp310-linux_x86_64.whl and /dev/null differ