Skip to content

Commit

Permalink
chore: new owl bot post processor docker image (#212)
Browse files Browse the repository at this point in the history
gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:f93bb861d6f12574437bb9aee426b71eafd63b419669ff0ed029f4b7e7162e3f
  • Loading branch information
gcf-owl-bot[bot] authored May 10, 2021
1 parent 64502dc commit bcfd612
Show file tree
Hide file tree
Showing 14 changed files with 613 additions and 594 deletions.
5 changes: 2 additions & 3 deletions packages/google-cloud-documentai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ npm install @google-cloud/documentai
// const processorId = 'YOUR_PROCESSOR_ID'; // Create processor in Cloud Console
// const filePath = '/path/to/local/pdf';

const {
DocumentProcessorServiceClient,
} = require('@google-cloud/documentai').v1;
const {DocumentProcessorServiceClient} =
require('@google-cloud/documentai').v1;

// Instantiates a client
const client = new DocumentProcessorServiceClient();
Expand Down
42 changes: 21 additions & 21 deletions packages/google-cloud-documentai/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bcfd612

Please sign in to comment.