feat: add support for Korean and Latin configurations in OCR model processing
Showing
with
13061 additions
and
10 deletions
+13061
-10
- mineru/cli/gradio_app.py mineru/cli/gradio_app.py +3 -2
- mineru/model/ocr/paddleocr2pytorch/pytorch_paddle.py mineru/model/ocr/paddleocr2pytorch/pytorch_paddle.py +4 -1
- mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/arch_config.yaml ...leocr2pytorch/pytorchocr/utils/resources/arch_config.yaml +79 -0
- mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocrv5_eslav_dict.txt ...ch/pytorchocr/utils/resources/dict/ppocrv5_eslav_dict.txt +517 -0
- mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocrv5_korean_dict.txt ...h/pytorchocr/utils/resources/dict/ppocrv5_korean_dict.txt +11945 -0
- mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/dict/ppocrv5_latin_dict.txt ...ch/pytorchocr/utils/resources/dict/ppocrv5_latin_dict.txt +502 -0
- mineru/model/ocr/paddleocr2pytorch/pytorchocr/utils/resources/models_config.yml ...eocr2pytorch/pytorchocr/utils/resources/models_config.yml +11 -7
- No files found.
Please register or sign in to comment