xf_ocr

1.0.3 • Public • Published

xf_OCR

讯飞通用文字识别 OCR ocr

项目下载

npm i xf_ocr

项目使用

const { xf_OCR } = require('xf_ocr')

const config = {

 APISecret:'', //你的 APISecret 

 apiKey:'',//你的 apiKey

 appId:''//你的 appId

}

const imagePath = 'your picture path';
try {
    const response = await xf_OCR(config, imagePath)
    console.log(response);

} catch (err) {
    console.log(err);
}

Package Sidebar

Install

npm i xf_ocr

Weekly Downloads

2

Version

1.0.3

License

ISC

Unpacked Size

4.77 kB

Total Files

5

Last publish

Collaborators

  • rice_bucket