Required. The resource name of the Processor or ProcessorVersion to use for processing. If a Processor is specified, the server will use its default version. Format: projects/{project}/locations/{location}/processors/{processor}, or projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion} It takes the form projects/{project}/locations/{location}/processors/{processor}.
Authorization requires one or more of the following IAM permissions on the specified resource name:
documentai.processors.processOnline
documentai.processorVersions.processOnline
Request body
The request body contains data with the following structure:
JSON representation
{"skipHumanReview": boolean,"fieldMask": string,"processOptions": {object (ProcessOptions)},"labels": {string: string,...},"imagelessMode": boolean,// Union field source can be only one of the following:"inlineDocument": {object (Document)},"rawDocument": {object (RawDocument)},"gcsDocument": {object (GcsDocument)}// End of list of possible types for union field source.}
Fields
skipHumanReview
boolean
Whether human review should be skipped for this request. Default to false.
Specifies which fields to include in the ProcessResponse.document output. Only supports top-level document and pages field, so it must be in the form of {document_field_name} or pages.{page_field_name}.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Optional. The labels with user-defined metadata for the request.
Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter.
imagelessMode
boolean
Optional. Option to remove images from the document.
Union field source. The document payload. source can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-10 UTC."],[[["\u003cp\u003eThis service processes a single document using a specified Processor or ProcessorVersion via an HTTP POST request.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e parameter is required, specifying the Processor or ProcessorVersion resource in the format \u003ccode\u003eprojects/{project}/locations/{location}/processors/{processor}\u003c/code\u003e or \u003ccode\u003eprojects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body allows for several configurations, including skipping human review, specifying output fields, applying process options, adding labels, and removing images.\u003c/p\u003e\n"],["\u003cp\u003eThe document to be processed can be provided inline, as raw bytes, or as a file in Google Cloud Storage.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests return a \u003ccode\u003eProcessResponse\u003c/code\u003e, and the operation requires appropriate IAM permissions, such as \u003ccode\u003edocumentai.processors.processOnline\u003c/code\u003e or \u003ccode\u003edocumentai.processorVersions.processOnline\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]