Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 926 Bytes

File metadata and controls

36 lines (23 loc) · 926 Bytes

English

ocr_detect

ocr_detect模型用于检测图像中文字区域。

version size downloads downloads

运行 Demo

  1. 在当前目录下执行
npm install
npm run dev
  1. 访问 http://0.0.0.0:8870

使用

import * as ocr from '@paddlejs-models/ocrdet';

// ocr_detect模型加载
await ocr.load();

// 获取文字区域坐标
const res = await ocr.detect(img);

在线体验

https://paddlejs.baidu.com/ocrdet

效果

image