IN-D 发票数据捕获(预览版)

IN-D 应付是一种智能发票处理解决方案,可将静态文档(扫描、PDF、屏幕截图等)转换为可用信息,以推动业务流程。 IN-D 支付是一种 AI 主导的智能文档分类和捕获解决方案,可自动处理运输、物流和制造运营中使用的各种商业文档。

此连接器在以下产品和区域中可用:

服务 Class 区域
Copilot Studio 高级 除以下各项外的所有 Power Automate 区域
     - 美国政府 (GCC)
     - 美国政府 (GCC High)
     - 由世纪互联运营的中国云
     - 美国国防部(DoD)
逻辑应用程序 标准 除以下各项外的所有 逻辑应用区域
     - Azure 政府区域
     - Azure 中国区域
     - 美国国防部(DoD)
Power Apps 高级 除以下各项外的所有 Power Apps 区域
     - 美国政府 (GCC)
     - 美国政府 (GCC High)
     - 由世纪互联运营的中国云
     - 美国国防部(DoD)
Power Automate 高级 除以下各项外的所有 Power Automate 区域
     - 美国政府 (GCC)
     - 美国政府 (GCC High)
     - 由世纪互联运营的中国云
     - 美国国防部(DoD)
联系人​​
Name IN-D 支持
URL https://one.in-d.ai/developer/
Email explore@in-d.ai
连接器元数据
发布者 IN-D AI
网站 https://www.in-d.ai
隐私策略 https://www.in-d.ai/privacy-policy
类别 AI;IT作

先决条件

若要使用连接器,需要一个 API 密钥才能访问连接器。 请与团队 IN-D(提出请求), explore@in-d.ai以获取免费试用 API 密钥。

如何获取凭据

请与团队 IN-D(提出请求), explore@in-d.ai以获取免费试用 API 密钥。

连接器入门

使用发票捕获作上传具有给定 x-api-key 的发票以获取提取的结果,默认标头参数:*Accept-Version - v3.0 *Accept-Export-Type - 0 *Accept-Attachment - True *Accept-Route - 1 *Accept-Doctype - (1-Generic Invoice, 2-Shipping Invoice) 请提供正文部分中图像的所有必需标头和正确的 base64 字符串。

已知问题和限制

图像名称扩展必须是 jpg、jpeg、png、pdf、tiff。

常见错误和补救措施

400 错误 - URL 或 base64 字符串 403 错误 - 标头或 API 密钥错误 500 错误 - 内部服务器错误

FAQ

如果上传失败,会发生什么情况? - 请检查发票大小(应限制在 300MB 以内)

正在创建连接

连接器支持以下身份验证类型:

默认 用于创建连接的参数。 所有区域 不可共享

违约

适用:所有区域

用于创建连接的参数。

这是不可共享的连接。 如果 Power App 与另一个用户共享,系统会提示其他用户显式创建新连接。

Name 类型 Description 必选
API 密钥 securestring 此 API 的 API 密钥 True

限制

名称 调用 续订期
每个连接的 API 调用数 100 60 秒

操作

发票流程

这将处理发票以提取发票号、PO 号、供应商名称等所有关键属性,并导出数据

发票流程

这将处理发票以提取发票号、PO 号、供应商名称等所有关键属性,并导出数据

参数

名称 密钥 必需 类型 说明
Content-Type
Content-Type True string

POST 请求的内容类型必须是应用程序/json

Accept-Version
Accept-Version True string

指定 API 版本以访问任何特定功能。 跳过它以选择默认值

Accept-Export-Type
Accept-Export-Type True integer

将导出类型指定为零,以 JSON 格式获取提取的结果

Accept-Attachment
Accept-Attachment True string

指定是否需要附件。 跳过它以选择默认值

Accept-Route
Accept-Route True integer

指定路由。 跳过它以选择默认值

Accept-Doctype
Accept-Doctype True integer

指定要用于分类作的文档类型。 跳过它以选择通用发票

files
files True array of byte

以 Base 64 格式上传文件

返回

名称 路径 类型 说明
response
result.Document_0.response array of object

这是响应

header_items
result.Document_0.response.header_items array of object

这是header_items

value
result.Document_0.response.header_items.vendor_name.value string

这是从发票中提取的供应商名称

conf_score
result.Document_0.response.header_items.vendor_name.conf_score float

这是从发票中提取的供应商名称的置信度分数

value
result.Document_0.response.header_items.vendor_address.value string

这是从发票中提取的供应商地址

conf_score
result.Document_0.response.header_items.vendor_address.conf_score float

这是从发票中提取的供应商地址的置信度分数

value
result.Document_0.response.header_items.customer_name.value string

这是从发票中提取的客户名称

conf_score
result.Document_0.response.header_items.customer_name.conf_score float

从发票中提取的客户名称的置信度分数

value
result.Document_0.response.header_items.customer_address.value string

这是从发票中提取的客户地址

conf_score
result.Document_0.response.header_items.customer_address.conf_score float

这是从发票中提取的客户地址的置信度分数

value
result.Document_0.response.header_items.invoice_number.value string

这是从发票中提取的发票编号

conf_score
result.Document_0.response.header_items.invoice_number.conf_score float

这是从发票中提取的发票编号的置信度分数

value
result.Document_0.response.header_items.invoice_date.value string

这是从发票中提取的发票日期

conf_score
result.Document_0.response.header_items.invoice_date.conf_score float

这是从发票中提取的发票日期的置信度分数

value
result.Document_0.response.header_items.po_number.value string

这是从发票中提取的 PO 编号

conf_score
result.Document_0.response.header_items.po_number.conf_score float

这是从发票中提取的 PO 编号的置信度分数

value
result.Document_0.response.header_items.total_amount.value string

这是从发票中提取的总金额

conf_score
result.Document_0.response.header_items.total_amount.conf_score float

这是从发票中提取的总金额的置信度分数

value
result.Document_0.response.header_items.subtotal_amount.value string

这是从发票中提取的分类汇总金额

conf_score
result.Document_0.response.header_items.subtotal_amount.conf_score float

这是从发票中提取的分类汇总金额的置信度分数

value
result.Document_0.response.header_items.tax_amount.value string

这是从发票中提取的税款

conf_score
result.Document_0.response.header_items.tax_amount.conf_score float

这是从发票中提取的税额的置信度分数

value
result.Document_0.response.header_items.sgst.value string

这是从发票中提取的 SGST

conf_score
result.Document_0.response.header_items.sgst.conf_score float

这是从发票中提取的 SGST 的置信度分数

value
result.Document_0.response.header_items.cgst.value string

这是从发票中提取的 CGST

conf_score
result.Document_0.response.header_items.cgst.conf_score float

这是从发票中提取的 CGST 的置信度分数

value
result.Document_0.response.header_items.igst.value string

这是从发票中提取的 IGST

conf_score
result.Document_0.response.header_items.igst.conf_score float

这是从发票中提取的 IGST 的置信度分数

value
result.Document_0.response.header_items.vendor_gstin.value string

这是从发票中提取的供应商 GSTIN

conf_score
result.Document_0.response.header_items.vendor_gstin.conf_score float

这是从发票中提取的供应商 GSTIN 的置信度分数

value
result.Document_0.response.header_items.customer_gstin.value string

这是从发票中提取的客户 GSTIN

conf_score
result.Document_0.response.header_items.customer_gstin.conf_score float

这是从发票中提取的客户 GSTIN 的置信度分数

columns
result.Document_0.response.table_items.columns array of string

这是列

数据
result.Document_0.response.table_items.data array of array

这是数据

items
result.Document_0.response.table_items.data array of string
columns
result.Document_0.response.container_details.columns array of

这是列

数据
result.Document_0.response.container_details.data array of array

这是数据

items
result.Document_0.response.container_details.data array of