# ocr **Repository Path**: web/ocr ## Basic Information - **Project Name**: ocr - **Description**: 基于百度大脑实现文字识别 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-09-20 - **Last Updated**: 2022-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ocr 接口提供商 百度大脑 https://ai.baidu.com 使用须知: 第一步:需要到百度大脑获取三个参数, // 定义常量 const APP_ID = '请填写你的appid'; const API_KEY = '请填写你的API_KEY'; const SECRET_KEY = '请填写你的SECRET_KEY'; 第二步:到demo文件夹的DemoApiOcr.php配置参数即可实现文字识别