1 Star 0 Fork 2

夏凉/tr

forked from gxl/tr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
example.py 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
myhub 提交于 2019-11-05 21:25 . new
import tr
# detect text lines, return list of (x, y, width, height)
print(tr.detect("imgs/web.png"))
# detect text lines with angle, return list of (cx, cy, width, height, angle)
print(tr.detect("imgs/id_card.jpeg", tr.FLAG_ROTATED_RECT))
# recognize text line, return (text, confidence)
print(tr.recognize("imgs/line.png"))
# detect and recognize text lines, return list of ((x, y, width, height), text, confidence)
print(tr.run("imgs/name_card.jpg"))
# detect and recognize text lines with angle, return list of ((cx, cy, width, height, angle), text, confidence)
print(tr.run_angle("imgs/id_card.jpeg"))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zeroleon/tr.git
git@gitee.com:zeroleon/tr.git
zeroleon
tr
tr
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385