Full name: projects.locations.processors.processorVersions.batchProcess
LRO endpoint to batch process many documents. The output is written to Cloud Storage as JSON in the [Document] format.
HTTP request
POST https://{endpoint}/v1beta3/{name}:batchProcess
Where {endpoint}
is one of the supported service endpoints.
Path parameters
Parameters | |
---|---|
name |
Required. The resource name of Authorization requires one or more of the following IAM permissions on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "inputConfigs": [ { object ( |
Fields | |
---|---|
inputConfigs[] |
The input config for each single document in the batch process. |
outputConfig |
The overall output config for batch process. |
inputDocuments |
The input documents for the |
documentOutputConfig |
The output configuration for the |
skipHumanReview |
Whether human review should be skipped for this request. Default to |
processOptions |
Inference-time options for the process API |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires one of the following IAM permissions on the name
resource, depending on the resource type:
documentai.processors.processBatch
documentai.processorVersions.processBatch
For more information, see the IAM documentation.