1단계:
Baidu Smart Cloud로 이동하여 디지털 인식용 SDK를 다운로드하세요. AipOcr.php 및 lib 폴더를 보관하세요
2단계:
위 두 파일을 폴더에 넣고 tp project/extend
에 업로드하세요. 3단계:
이 수업 소개
\think\Loader::import('OCR/AipOcr',EXTEND_PATH); $client = new \AipOcr('AppID', 'API Key', 'Secret Key'); $image = file_get_contents('图片路径'); // 调用数字识别 $result = $client->numbers($image); halt($result);
로그인 후 복사