Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.processors.create
Creates a processor from the ProcessorType provided. The processor will be at ENABLED state by default after its creation. Note that this method requires the documentai.processors.create permission on the project, which is highly privileged. A user or service account with this permission can create new processors that can interact with any gcs bucket in your project.
Required. The parent (project and location) under which to create the processor. Format: projects/{project}/locations/{location} It takes the form projects/{project}/locations/{location}.
Request body
The request body contains an instance of Processor.
Response body
If successful, the response body contains a newly created instance of Processor.
[[["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 2024-07-15 UTC."],[[["Creates a new processor instance from a specified ProcessorType, setting it to the `ENABLED` state upon creation."],["Requires the `documentai.processors.create` permission on the project, granting the ability to create processors that can interact with any GCS bucket within the project."],["The request is made via a `POST` request to a specific endpoint, using a parent resource in the format `projects/{project}/locations/{location}`."],["The body of the request should contain an instance of a processor, and a successful response will yield an instance of a processor."],["Requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and `documentai.processors.create` IAM permission on the parent resource."]]],[]]