ocr_detect模型用于检测图像中文字区域。
- 在当前目录下执行
npm install
npm run dev
import * as ocr from '@paddlejs-models/ocrdet';
// ocr_detect模型加载
await ocr.load();
// 获取文字区域坐标
const res = await ocr.detect(img);
ocr_detect模型用于检测图像中文字区域。
npm install
npm run dev
import * as ocr from '@paddlejs-models/ocrdet';
// ocr_detect模型加载
await ocr.load();
// 获取文字区域坐标
const res = await ocr.detect(img);