Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 408 Bytes

File metadata and controls

8 lines (7 loc) · 408 Bytes

# Start processing a batch of folders containing invoices within a Storage Container # Note: The following URL is for the local environment. To run in Azure, replace http://localhost:7071 with the appInfo.value.url value from the ./infra/apps/AIDocumentPipeline/AppOutputs.json file. POST http://localhost:7071/api/process-documents Content-Type: application/json

{
"container_name": "invoices"

}