Files
FastDeploy/examples/application/js/package/packages/paddlejs-models/ocrdetection
Double_V a823d4eebf [Doc] add readme for js packages (#421)
* add contributor

* add package readme

* refine ocr readme

* refine ocr readme
2022-10-24 16:18:00 +08:00
..
2022-10-23 14:05:13 +08:00
2022-10-23 14:05:13 +08:00
2022-10-23 14:05:13 +08:00
2022-10-23 14:05:13 +08:00

中文版

ocr_detection

ocr_detection model is used to detect the text area in the image.

version size downloads downloads

The ocr_detection model is compressed from PP-OCRv3 which released by PaddleOCR, which greatly improves the running speed on js at a small loss of accuracy.

Usage

import * as ocr from '@paddle-js-models/ocrdet';
// Load ocr_detect model
await ocr.load();
// Get text area points
const res = await ocr.detect(img);

Online experience

https://paddlejs.baidu.com/ocrdet

Performance

image