firling/invoicereader
Composer 安装命令:
composer require firling/invoicereader
包简介
return the name, total, vat and date of the sent invoice (image)
README 文档
README
composer require firling/invoicereader
https://packagist.org/packages/firling/invoicereader
This package is using the Microsoft Cognitive Services API, you'll need to provide an API key, as well as a base url.
function: readInvoice($apiKey, $baseUrl, $imageB64)
Factors
- $apiKey: key of the Microsoft Cognitive Services API
- $baseUrl: base url of the Microsoft Cognitive Services API
- $imageB64: image hashed in base64.
Returns
This function return an array / dict of different value :
- lines: array of every line the microsoft api returns
- name: name of the invoice (a bit random)
- date: date of the invoice
- total: total price of the invoice
- VAT: VAT of the invoice (if there's no vat on the invoice, it'll return what it thinks is a vat)
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-02-12