Skip to content

Commit

Permalink
feat!: initial generation of beta client (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Nov 6, 2019
1 parent 5d54669 commit d103b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion document-ai/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha test/*.js"
},
"dependencies": {
"@google-cloud/document-ai": "^1.0.0"
"@google-cloud/documentai": "^0.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion document-ai/snippets/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function main() {
async function batchProcessDocument() {
const {
DocumentUnderstandingServiceClient,
} = require('@google-cloud/document');
} = require('@google-cloud/documentai');
const client = new DocumentUnderstandingServiceClient();
// TODO: write sample here that demonstrates batch processing of documents.
console.info(client);
Expand Down

0 comments on commit d103b52

Please sign in to comment.