📜  ocr python - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:40.493000             🧑  作者: Mango

代码示例3
# https://github.com/mindee/doctr

from doctr.models import ocr_predictor

model = ocr_predictor(det_arch='db_resnet50', reco_arch='crnn_vgg16_bn', pretrained=True)