Skip to content

Commit

Permalink
docs: make projectId variable consistent in quickstart.js comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asrivas authored Nov 30, 2020
1 parent a03c2f1 commit de3ae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document-ai/quickstart.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 de3ae06

Please sign in to comment.