end01here/baidu-orc

There is no license information available for the latest version (v1.0.3) of this package.

baidu-orc

v1.0.3 2024-03-27 07:29 UTC

This package is auto-updated.

Last update: 2024-04-27 07:41:13 UTC


README

使用

  • 安装
    composer require end01here/baidu-orc
    
  • 相关配置
    BAI_APP_ID= 
    BAI_API_KEY= 
    BAI_SECRET_KEY= 
    
  • 部署配置文件
    php artisan vendor:publish --provider="End01here\BaiDuOrc\BaiDuOrcServiceProvider"
    
  • Api使用
             $phone = BaiDuOrcService::getOrcServer()->basicGeneralUrl('https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/app-serve/2022-10-12/gee1gshrrq.jpg');
                  dd($phone);