Download the PHP package skytian/ocr without Composer

On this page you can find all versions of the php package skytian/ocr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ocr

The Best Image Ocr SDK For BAT.

注意:本库是基于godruoyi/ocr修改,由于阿里云接口有所变化故在此进行了修改,由于只使用了阿里云的营业执照识别,故对其他识别未做更改及测试。

修改了"doctrine/cache": "~1.6",应该不兼容php7.1及以上版本

Latest Stable Version Total Downloads License

Feature

Support

Requirement

Installation

Laravel 5 拓展包

Usage

基本使用(以百度OCR为例)

返回结果

各平台支持的方法

详情请参考官方文档

所有平台支持的方法中,都满足以下结构:

$files 的值可以为

  1. 文件路径(完整)
  2. SplFileInfo 对象
  3. Resource
  4. 在线图片地址(部分服务商不支持)
  5. Array

    注:options 的值都是可选的

百度OCR

目前采用 AccessToken 作为 API 认证方式,查看鉴权认证机制

通用文字识别

通用文字识别(高精度版)

通用文字识别(含位置信息版)

通用文字识别(含位置高精度版)

通用文字识别(含生僻字版)

网络图片文字识别

身份证识别

银行卡识别

驾驶证识别

行驶证识别

车牌识别

营业执照识别

通用票据识别

Aliyun OCR

目前采用 APPCODE 作为 API 认证方式,查看我的APPCODE

阿里云OCR不支持在线图片地址

身份证识别

行驶证识别

驾驶证识别

门店识别

英文识别

营业执照识别

银行卡识别

名片识别

火车票识别

车牌识别

通用文字识别

Tencent OCR

可登录 云API密钥控制台查看你的个人 API 密钥

Tencent OCR 暂不支持在线图片地址

名片识别

身份证识别

行驶证驾驶证识别

通用印刷体识别

银行卡识别

车牌号识别

营业执照识别

Tencent OCR For AI

可登录 腾讯 AI 控制台查看你的个人 APP_ID 及 APP_KEY

身份证识别

名片识别

行驶证驾驶证识别

银行卡识别

通用印刷体识别

营业执照识别

MIT


All versions of ocr with dependencies

PHP Build Version
Package Version
Requires doctrine/cache Version ~1.6
pimple/pimple Version ~3.0
guzzlehttp/guzzle Version ^6.2
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package skytian/ocr contains the following files

Loading the files please wait ....