📜  ocr python 库 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:54.505000             🧑  作者: 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)