EasyOCR 支持80多种语言

EasyOCR简介

EasyOCR,Python的第三方OCR库,支持80多种语言和所有流行的书写脚本,包括中文、英文等。

EasyOCR应用实例

import easyocr
reader = easyocr.Reader(['ch_sim','en']) # 这只需要运行一次就可以将模型加载到内存中
result = reader.readtext('chinese.jpg')

EasyOCR Github统计数据

Apache-2.0 license

Github 20.2k stars

EasyOCR安装命令

pip install easyocr

免责声明:内容编辑自网络,仅供参考,不保证正确性,不作任何决策依据!!以上数据皆截止于博文的写稿日期。


行业导航 / Python指南 :
























Copyright © 2022-2024 笨鸟工具 x1y1z1.com All Rights Reserved.