Coder Social home page Coder Social logo

whistle's Introduction

介绍

这是百度AI平台的OCR工具laravel扩展包,他提供例如身份证照片识别,银行卡照片识别,文字识别、网图OCR识别、生僻字OCR识别、行驶证识别、驾驶证等其他文字识别功能。

install

    composer require whistle/baiduocr
    php artisan vendor:publish
    在config/app.php文件中provider数组添加 whiStle\baiduOcr\BaidOcrProvider::class
    在config/app.php文件中aliases数组数组中添加'Ocr'=>whiStle\baiduOcr\AipOcrFacade::class
    配置config/ocr.php文件

use

    识别身份证
    Ocr::idcard(string $img, bool $true)
    银行卡识别
    Ocr::bankcard(string $img)
    通用文字识别(含文字位置信息)
    Ocr::general(string $img)
    通用文字识别(不含文字位置信息)
    Ocr::basicGeneral(string $img)
    网图OCR识别
    Ocr::webImage(string $img)
    生僻字OCR识别
    Ocr::enhancedGeneral(string $img)
    行驶证识别
    Ocr::vehicleLicense(string $img)
    驾驶证
    Ocr::drivingLicense(string $img)
    车牌
    Ocr::licensePlate(string $img)

whistle's People

Contributors

rcj654020445 avatar

Watchers

James Cloos 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.