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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ocr

Tencent AI image OCR

支持

环境需求

安装

使用

注册 腾讯 AI 控制台 后,可得到APP_ID 及 APP_KEY

基本使用

$image 参数支持

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 地址
email 邮箱
mobile 手机
wechat 微信

eg.

MIT


All versions of ocr with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^6.2
php Version >=7.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package doododo/ocr contains the following files

Loading the files please wait ....