From 741bc940b36efd0c24aee3fb38bc2465bd0b9e3a Mon Sep 17 00:00:00 2001 From: Anu Date: Thu, 3 Dec 2020 03:08:18 +0000 Subject: [PATCH] docs: make processor ID variable consistent with comments in snippet (#136) Co-authored-by: Benjamin E. Coe --- document-ai/snippets/process-document.v1beta3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document-ai/snippets/process-document.v1beta3.js b/document-ai/snippets/process-document.v1beta3.js index 3213f3a5634..8e16bd72190 100644 --- a/document-ai/snippets/process-document.v1beta3.js +++ b/document-ai/snippets/process-document.v1beta3.js @@ -22,7 +22,7 @@ async function main(projectId, location, processorId, filePath) { */ // const projectId = 'YOUR_PROJECT_ID'; // const location = 'YOUR_PROJECT_LOCATION'; // Format is 'us' or 'eu' - // const processor = 'YOUR_PROCESSOR_ID'; // Create processor in Cloud Console + // const processorId = 'YOUR_PROCESSOR_ID'; // Create processor in Cloud Console // const filePath = '/path/to/local/pdf'; const {