document-understanding
latest
false
  • 入门指南
    • 概述
    • 限制和配额
  • Examples Using the Document Understanding™ Cloud API
  • 许可
  • 故障排除
Document Understanding API 指南
Automation CloudAutomation Cloud Public SectorAutomation SuiteStandalone
Last updated 2024年9月12日

启动提取字段请求

开始从文档中提取字段

提示:项目 ID 从“获取项目信息”调用收到的响应中获取。
curl -X 'POST' \
  'https://cloud.uipath.com/<Organization_Name>/<Tenant_Name>/du_/api/framework/projects/<Project_ID>/extractors/invoices/extraction/start?api-version=1' \
  -H 'accept: text/plain' \
  -H 'Authorization: Bearer eyJhbGciO***CyAQu-qA' \
  -H 'Content-Type: application/json' \
  -d '{
  "documentId": "25a03e48-cfe8-ed11-9f75-000d3a4964af"
}'curl -X 'POST' \
  'https://cloud.uipath.com/<Organization_Name>/<Tenant_Name>/du_/api/framework/projects/<Project_ID>/extractors/invoices/extraction/start?api-version=1' \
  -H 'accept: text/plain' \
  -H 'Authorization: Bearer eyJhbGciO***CyAQu-qA' \
  -H 'Content-Type: application/json' \
  -d '{
  "documentId": "25a03e48-cfe8-ed11-9f75-000d3a4964af"
}'

从文档中提取字段的响应

{ "operationId": "eee0a911-dfe8-ed11-907c-6045bd9d17d0" }{ "operationId": "eee0a911-dfe8-ed11-907c-6045bd9d17d0" }

  • 开始从文档中提取字段
  • 从文档中提取字段的响应

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。