hyperf2/tencent-ai-sdk

dev-master 2020-01-02 11:25 UTC

This package is auto-updated.

Last update: 2024-09-29 05:09:09 UTC


README

腾讯AI开放平台未提供好用的php composer包。基于此痛点,开发了适用于hyperf框架的Tencent AI SDK功能包。目前已实现:通用OCR,身份证识别,语音识别。

安装

安装

composer require hyperf2/tencent-ai-sdk

入门

###依赖注入 use Hyperf\TencentAiSdk\TencentAI; /** * @Inject() * @var TencentAI */ public $tencentAi;