Coder Social home page Coder Social logo

baidu-ocr's Introduction

Baidu-ocr

百度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, function( err, data ) {
  if ( err ) {
    return console.error( err );
  }

  console.log( 'words:' );
  console.log( data.word );
});

实测

识别率几乎100%

启示录

公司投入宝贵的时间和金钱之前,淘汰蹩脚的创意,找出对公司最有利的机会。
产品的机会评估结果出来后,别忘了呈报给公司高管,与高管讨论,决定是否
开发此产品。如果决定继续开发,了解高管的想法,有助于你尔进一步开展工作。
如果cEo告诉你不管愿不愿意,都要继续开发,该怎么办?在这种情况下,迅速
进行机会评估,明确产品需求也是必要的你得到的结论可能会改变CEO的看法,
即使不能,至少你能明确产品目标,大大提高产品成功的可能性。

LICENSE

The MIT License (MIT) Copyright (c) 2014 Jeremy Wei

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

baidu-ocr's People

Contributors

niettcat avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.