ocrdettest
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

中文版

ocr_detect

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

version size downloads downloads

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

Readme

Keywords

none

Package Sidebar

Install

npm i ocrdettest

Weekly Downloads

0

Version

0.0.5

License

ISC

Unpacked Size

6.3 kB

Total Files

4

Last publish

Collaborators

  • liuvv