"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "338a0fc2c8fc45d43e3590f1c0c54c718b527636"
Merge pull request #1137 from myhloli/dev
refactor(pdf_check): improve character detection using PyMuPDF
Showing
| ... | @@ -4,10 +4,10 @@ click>=8.1.7 | ... | @@ -4,10 +4,10 @@ click>=8.1.7 |
| fast-langdetect==0.2.0 | fast-langdetect==0.2.0 | ||
| loguru>=0.6.0 | loguru>=0.6.0 | ||
| numpy>=1.21.6,<2.0.0 | numpy>=1.21.6,<2.0.0 | ||
| pdfminer.six==20231228 | |||
| pydantic>=2.7.2,<2.8.0 | pydantic>=2.7.2,<2.8.0 | ||
| PyMuPDF>=1.24.9 | PyMuPDF>=1.24.9 | ||
| scikit-learn>=1.0.2 | scikit-learn>=1.0.2 | ||
| torch>=2.2.2,<=2.3.1 | torch>=2.2.2,<=2.3.1 | ||
| transformers | transformers | ||
| # pdfminer.six==20231228 | |||
| # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator. | # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator. |
Please register or sign in to comment