Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godruoyi/ocr
The Best Image OCR SDK For BAT
https://github.com/godruoyi/ocr
aliyun-ocr baidu-ocr image-recognition laravel-ocr ocr php-ocr tencent-ocr
Last synced: 7 days ago
JSON representation
The Best Image OCR SDK For BAT
- Host: GitHub
- URL: https://github.com/godruoyi/ocr
- Owner: godruoyi
- License: mit
- Created: 2017-09-27T14:12:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T10:34:39.000Z (about 1 year ago)
- Last Synced: 2024-11-06T03:43:55.430Z (14 days ago)
- Topics: aliyun-ocr, baidu-ocr, image-recognition, laravel-ocr, ocr, php-ocr, tencent-ocr
- Language: PHP
- Homepage: https://github.com/godruoyi/ocr/wiki
- Size: 9.51 MB
- Stars: 190
- Watchers: 15
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Feature
整合各平台(Baidu、腾讯、阿里云)领先的图片识别技术,打造开发者友好的 SDK 🎏🎏。
- 自定义缓存支持;
- 符合 PSR 标准,可以很方便的与你的框架结合;
- 命名不那么乱七八糟;
- 支持目前市面多家服务商
- 查看更新日志## Support
- 百度 OCR
- 腾讯 OCR
- 阿里 OCR## Requirement
- PHP >= 8.1
- composer## Installation
| SDK Version | PHP Version | Composer Command |
| ----------- | ----------- |----------------------------------------|
| 3.x | >= 8.1 | `composer require "godruoyi/ocr:^3.0"` |
| 2.x | >= 7.2 | `composer require "godruoyi/ocr:^2.1"` |## Document
完整的文档地址请参考 [Wiki](https://github.com/godruoyi/ocr/wiki)。
## License
MIT License.