Skip to content
/ tiny-ocr Public

腾讯优图通用文字识别、汉王阿里云通用文本识别 精简版SDK

Notifications You must be signed in to change notification settings

6r6/tiny-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tiny-ocr


腾讯优图通用OCR

识别率超高、抗干扰强、免费。接口申请

ocr = Youtu('app_id', 'secret_id', 'secret_key')
resp = ocr.get_text('3.png')

汉王OCR(aliyun)

识别率一般、抗干扰极差、SDK杂乱。点我购买

汉王官方SDK的写作风格真的...只能用匪夷所思来形容

ocr = Hanvon(你的appcode)
print(ocr.get_text('zs', 'png'))

以上仅为个人观点!

About

腾讯优图通用文字识别、汉王阿里云通用文本识别 精简版SDK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages