[[["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 API method, \u003ccode\u003eprojects.locations.processors.enable\u003c/code\u003e, is used to enable a specific processor resource.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request to enable a processor is a \u003ccode\u003ePOST\u003c/code\u003e request to the specified endpoint and version using the processor's resource name.\u003c/p\u003e\n"],["\u003cp\u003eEnabling a processor requires the \u003ccode\u003edocumentai.processors.update\u003c/code\u003e IAM permission on the processor resource.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for enabling a processor must be empty.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns an \u003ccode\u003eOperation\u003c/code\u003e instance, indicating the status of the enable request.\u003c/p\u003e\n"]]],[],null,["# Method: processors.enable\n\n**Full name**: projects.locations.processors.enable\n\nEnables a processor\n\n### HTTP request\n\n`POST https://{endpoint}/v1/{name}:enable`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/document-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/document-ai/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `documentai.processors.update`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]