Download the PHP package doododo/ocr without Composer
On this page you can find all versions of the php package doododo/ocr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ocr
Tencent AI image OCR
支持
- 身份证识别
- 行驶证/驾驶证识别
- 通用识别
- 营业执照识别
- 银行卡识别
- 手写体识别
- 车牌识别
- 名片识别
环境需求
- PHP > 7.1
- composer
安装
使用
注册 腾讯 AI 控制台 后,可得到APP_ID 及 APP_KEY
基本使用
注册 腾讯 AI 控制台 后,可得到APP_ID 及 APP_KEY
$image 参数支持
- 文件路径(绝对路径)
SplFileInfo
对象- 在线图片地址
Laravel 使用
文档
身份证识别
返回值(Array)
参数名称 | 描述 |
---|---|
name | 姓名 |
sex | 性别 |
nation | 民族 |
birth | 出生日期 |
address | 住址 |
id | 身份证号码 |
authority | 发证机关 |
valid_date | 身份证有效期 |
eg.
行驶证/驾驶证识别
行驶证返回值(Array)
参数名称 | 描述 |
---|---|
plate_no | 车牌号码 |
owner | 所有人 |
address | 住址 |
use_character | 使用性质 |
model | 品牌型号 |
vin | 识别代码 |
engine_no | 发动机号 |
register_date | 注册日期 |
issue_date | 发证日期 |
stamp | 红章 |
eg.
驾照返回值(Array)
参数名称 | 描述 |
---|---|
driver_no | 证号 |
name | 姓名 |
sex | 性别 |
nationality | 国籍 |
address | 住址 |
brithday | 出生日期 |
issue_date | 领证日期 |
class | 准驾车型 |
start_date | 起始日期 |
end_date | 有效日期 |
stamp | 红章 |
eg.
通用识别
返回值(Array)
eg.
营业执照识别
返回值(Array)
参数名称 | 描述 |
---|---|
card_no | 注册号 |
card_type | 法定代表人 |
card_name | 公司名称 |
bank | 地址 |
card_time | 营业期限 |
eg.
银行卡识别
返回值(Array)
参数名称 | 描述 |
---|---|
card_no | 卡号 |
card_type | 卡类型 |
card_name | 卡名字 |
bank | 银行信息 |
card_time | 有效期 |
eg.
手写体识别
返回值(Array)
eg.
车牌识别
返回值(Array)
参数名称 | 描述 |
---|---|
plate_no | 车牌号 |
eg.
名片识别
返回值(Array)
参数名称 | 描述 |
---|---|
name | 姓名 |
position | 职位 |
company | 公司 |
address | 地址 |
邮箱 | |
mobile | 手机 |
微信 |
eg.
MIT
All versions of ocr with dependencies
PHP Build Version
Package Version
The package doododo/ocr contains the following files
Loading the files please wait ....