linij/baiduaip

baidu ocr aip

1.0.3 2019-05-08 06:16 UTC

This package is auto-updated.

Last update: 2024-09-18 12:56:13 UTC


README

在PHP 7.0+中提供Aip命名空间

功能

  • PHP7.0+
  • 命名空间
  • 通过Composer进行包管理

安装

composer require linij/baiduaip

用法

 $ocr = new AipOcr($appId, $apiKey, $secretKey);
 $ocr->receipt(file_get_contents($imagePath));