We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b48164 commit 5ce2511Copy full SHA for 5ce2511
document-ai/snippets/quickstart.js
@@ -29,6 +29,8 @@ async function main(projectId, location, processorId, filePath) {
29
require('@google-cloud/documentai').v1;
30
31
// Instantiates a client
32
+ // apiEndpoint regions available: eu-documentai.googleapis.com, us-documentai.googleapis.com (Required if using eu based processor)
33
+ // const client = new DocumentProcessorServiceClient({apiEndpoint: 'eu-documentai.googleapis.com'});
34
const client = new DocumentProcessorServiceClient();
35
36
async function quickstart() {
0 commit comments