2017 © Pedro Peláez
 

library tencent-ocr

腾讯 OCR SDK

image

hachi-zzq/tencent-ocr

腾讯 OCR SDK

  • Monday, April 2, 2018
  • by hachi-zzq
  • Repository
  • 1 Watchers
  • 1 Stars
  • 349 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

腾讯云 OCR SDK

author:zhuzhengqianhachi.zzq@gmail.com, (*1)

引入包

```$shell, (*2)

composer require hachi-zzq/tencent-ocr, (*3)


## 配置文件 ```php <?php return [ 'app_id' => 'app_id', 'secret_id' => 'secret_id', 'secret_key' => 'secret_key', 'bucket' => 'bucket', 'response_type'=>'collection' ];

使用示例

<?php

$config = [
               // 腾讯的 app_id
              'app_id'     => 'app_id',
              // 腾讯的 app_secret_id
              'secret_id'  => 'secret_id',
              // 腾讯的 secret_key
              'secret_key' => 'secret_key',
              // 腾讯的 bucket
              'bucket'     => 'bucket',
              'response_type'=>'collection'
          ];
$application = new \Hachi\TencentOcr\Application($config);

//行驶证识别
$application->driver_license->ocr('http://sample.image.com');

//车牌号识别
$application->license_plate->ocr('http://sample.image.com');

The Versions

02/04 2018

dev-master

9999999-dev

腾讯 OCR SDK

  Sources   Download

MIT

The Requires

 

by hachi

sdk ocr tencent

02/04 2018

v1.0.6

1.0.6.0

腾讯 OCR SDK

  Sources   Download

MIT

The Requires

 

by hachi

sdk ocr tencent

02/04 2018

v1.0.5

1.0.5.0

腾讯 OCR SDK

  Sources   Download

MIT

The Requires

 

by hachi

sdk ocr tencent

02/04 2018

v1.0.4

1.0.4.0

腾讯 OCR SDK

  Sources   Download

MIT

The Requires

 

by hachi

sdk ocr tencent

30/03 2018

v1.0.3

1.0.3.0

腾讯 OCR SDK

  Sources   Download

MIT

The Requires

 

by hachi

sdk ocr tencent

30/03 2018

v1.0.2

1.0.2.0

腾讯 OCR SDK

  Sources   Download

MIT

The Requires

 

by hachi

sdk ocr tencent

30/03 2018

v1.0.1

1.0.1.0

腾讯 OCR SDK

  Sources   Download

MIT

The Requires

 

by hachi

sdk ocr tencent