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

Give the Aip namespace in PHP 7.0+

Features

  • PHP7.0 +
  • Namespace
  • Package Management By Composer

Installation

composer require linij/baiduaip

Usage

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