Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 312 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 312 Bytes

Baidu Aip picture recognition

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));