react-ocr-plugin
v1.3.3-beta.2
Published
1. 安装
Downloads
13
Readme
基于 React 开发的 OCR 插件
使用方法
- 安装
yarn add react-ocr-plugin
npm install react-ocr-plugin
- 使用
// 样式引入
import 'react-ocr-plugin/lib/assets/index.css';
import { OCREditor, OCRViewer } from 'react-ocr-plugin'
function Demo() {
return <OCREditor
fileData={...}
ocrData={...}
env={getEditorConf()}
isLoading={isKvaLoad}
doAction={onEditorAction}
/>
}