文件名称:baidu-ocr:百度OCR文字识别API For Node.js
文件大小:283KB
文件格式:ZIP
更新时间:2024-06-21 03:14:54
JavaScript
Baidu-ocr API For Node Install npm install baidu-ocr Test BAIDU_APIKEY='your api key' make test How to use var ocr = require('baidu-ocr').create( 'your api key' ), image = __dirname + '/love-letter.jpg'; // detectType: `LocateRecognize`代表整图文字检测、识别,以行为单位(默认) // languageType: `CHN_ENG`(中英)(默认) // imageType: `2`代表图片原文件(只支持JPG) // image: 图片路径 ocr.scan( 'LocateRecognize', 'CHN_ENG', 2, image,
【文件预览】:
baidu-ocr-master
----.gitignore(26B)
----package.json(594B)
----.travis.yml(49B)
----LICENSE(1KB)
----index.js(141B)
----examples()
--------love-letter.jpg(141KB)
--------ocr.js(597B)
----README.md(3KB)
----lib()
--------baidu-ocr.js(2KB)
----makefile(81B)
----.npmignore(13B)
----test()
--------ocr.js(2KB)
--------001.jpg(141KB)