Skip to content

Commit

Permalink
docs: make processor ID variable consistent with comments in snippet (#…
Browse files Browse the repository at this point in the history
…136)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
2 people authored and Ace Nassri committed Nov 12, 2022
1 parent be2c534 commit c7d772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document-ai/process-document.v1beta3.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c7d772c

Please sign in to comment.