-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrate code from googleapis/nodejs-document-ai #2843
Merged
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
3b5a19e
chore: initial build of document ai library
bcoe 4118cbc
feat!: initial generation of beta client (#5)
bcoe 770e7db
feat(samples): adds Document AI parse table, forms samples (#8)
telpirion cbf4b6f
feat: updated library from protos (#9)
telpirion 4c9117e
feat: adds beta samples
telpirion d9bf643
chore: release 1.0.0 (#6)
release-please[bot] 1181bab
chore: removes unneeded samples (#25)
telpirion 43d0fdc
feat!: drop node8 support (#30)
alexander-fenster 7b98c2b
chore(deps): update dependency @types/mocha (#18)
renovate-bot fab60cc
chore: update region tags (#33)
telpirion ab14bff
fix(samples): do not pass location (#39)
alexander-fenster 4a02126
chore: fix samples according to service resource change (#35)
telpirion 8893922
fix(deps): update dependency @google-cloud/storage to v5 (#56)
renovate-bot 1602416
chore: release 2.0.0 (#31)
release-please[bot] f2a15f6
chore(deps): update dependency mocha to v8 (#63)
renovate-bot eb1d270
chore: release 2.1.0 (#61)
release-please[bot] 4b2bb87
chore: release 2.1.1 (#75)
release-please[bot] d747e84
build(test): recursively find test files; fail on unsupported depende…
yoshi-automation 9f821a8
feat: generation error and set v1beta3 as default (#112)
sofisl 867be6e
docs(samples): new Doc AI samples for v1beta3 (#101)
telpirion 6b8ac6c
chore: release 2.2.0 (#106)
release-please[bot] ca28c4e
chore: release 2.2.1 (#128)
release-please[bot] 5d0cd65
docs: make projectId variable consistent in quickstart.js comments
asrivas be2c534
chore: release 2.2.2 (#132)
release-please[bot] c7d772c
docs: make processor ID variable consistent with comments in snippet …
asrivas 7228c8c
chore: release 2.3.0 (#144)
release-please[bot] 22fd34e
chore: release 2.4.0 (#153)
release-please[bot] 7d6af0f
chore: release 2.5.0 (#155)
release-please[bot] 9f49681
chore: release 2.6.0 (#182)
release-please[bot] 9583240
chore: release 2.7.0 (#193)
release-please[bot] 9123754
chore: release 2.8.0 (#197)
release-please[bot] 79cbb09
samples: updates v1beta3 to v1; renames v1beta2 samples (#198)
telpirion fd39f33
chore: release 2.9.0 (#205)
release-please[bot] 178cad8
chore: new owl bot post processor docker image (#212)
gcf-owl-bot[bot] f705929
chore: release 2.10.0 (#213)
release-please[bot] b550167
samples: Update quickstart.js (#189)
mtannerfors 0ed3dbb
chore: release 3.0.0 (#221)
release-please[bot] 28960ae
chore: release 3.0.1 (#244)
release-please[bot] 47eadf0
chore: release 3.0.2 (#254)
release-please[bot] f0643f4
chore: release 3.1.0 (#259)
release-please[bot] 8bbb2d2
docs(samples): add OCR, form, quality, splitter and specialized proce…
00fb03d
samples: added default value for undefined (#287)
galz10 70961ae
chore: release 3.2.0 (#288)
release-please[bot] d3de8e7
chore(main): release 3.3.0 (#306)
release-please[bot] f3293a5
chore: removed v1beta2 samples (#325)
galz10 321561c
build!: update library to use Node 12 (#333)
alexander-fenster 21aa267
fix(deps): update dependency @google-cloud/storage to v6 (#335)
renovate-bot d4e0d3c
chore(main): release 4.0.0 (#334)
release-please[bot] 42a7409
chore(main): release 4.1.0 (#340)
release-please[bot] 8c40a1b
chore(main): release 5.0.0 (#344)
release-please[bot] f48f8e7
fix(deps): update dependency uuid to v9 (#356)
renovate-bot 41ee043
chore(main): release 6.0.0 (#347)
release-please[bot] 0d536b2
chore(main): release 6.1.0 (#374)
release-please[bot] b9cc6d9
Add workflows
5b9c9ae
Delete unused quickstart
1e6763d
Delete test for unused quickstart
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: document-ai | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- 'document-ai/**' | ||
pull_request: | ||
paths: | ||
- 'document-ai/**' | ||
pull_request_target: | ||
types: [labeled] | ||
paths: | ||
- 'document-ai/**' | ||
schedule: | ||
- cron: '0 0 * * 0' | ||
jobs: | ||
test: | ||
if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 60 | ||
permissions: | ||
contents: 'write' | ||
pull-requests: 'write' | ||
id-token: 'write' | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
ref: ${{github.event.pull_request.head.sha}} | ||
- uses: 'google-github-actions/[email protected]' | ||
with: | ||
workload_identity_provider: 'projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider' | ||
service_account: '[email protected]' | ||
create_credentials_file: 'true' | ||
access_token_lifetime: 600s | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
- run: npm install | ||
working-directory: document-ai | ||
- run: npm test | ||
working-directory: document-ai | ||
env: | ||
MOCHA_REPORTER_SUITENAME: document-ai | ||
MOCHA_REPORTER_OUTPUT: document_ai_sponge_log.xml | ||
MOCHA_REPORTER: xunit | ||
- if: ${{ github.event.action == 'labeled' && github.event.label.name == 'actions:force-run' }} | ||
uses: actions/github-script@v6 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
script: | | ||
try { | ||
await github.rest.issues.removeLabel({ | ||
name: 'actions:force-run', | ||
owner: 'GoogleCloudPlatform', | ||
repo: 'nodejs-docs-samples', | ||
issue_number: context.payload.pull_request.number | ||
}); | ||
} catch (e) { | ||
if (!e.message.includes('Label does not exist')) { | ||
throw e; | ||
} | ||
} | ||
- if: ${{ github.event_name == 'schedule'}} | ||
run: | | ||
curl https://github.com/googleapis/repo-automation-bots/releases/download/flakybot-1.1.0/flakybot -o flakybot -s -L | ||
chmod +x ./flakybot | ||
./flakybot --repo GoogleCloudPlatform/nodejs-docs-samples --commit_hash ${{github.sha}} --build_url https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
rules: | ||
no-console: off | ||
node/no-unsupported-features/node-builtins: off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
/** | ||
* Copyright 2020 Google LLC | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
'use strict'; | ||
|
||
const uuid = require('uuid'); | ||
|
||
async function main( | ||
projectId = 'YOUR_PROJECT_ID', | ||
location = 'YOUR_PROJECT_LOCATION', | ||
processorId = 'YOUR_PROCESSOR_ID', // Create this in the Cloud Console | ||
gcsInputUri = 'gs://cloud-samples-data/documentai/invoice.pdf', | ||
gcsOutputUri = 'output-bucket', | ||
gcsOutputUriPrefix = uuid.v4() | ||
) { | ||
// [START documentai_batch_process_document] | ||
/** | ||
* TODO(developer): Uncomment these variables before running the sample. | ||
*/ | ||
// const projectId = 'YOUR_PROJECT_ID'; | ||
// const location = 'YOUR_PROJECT_LOCATION'; // Format is 'us' or 'eu' | ||
// const processorId = 'YOUR_PROCESSOR_ID'; | ||
// const gcsInputUri = 'YOUR_SOURCE_PDF'; | ||
// const gcsOutputUri = 'YOUR_STORAGE_BUCKET'; | ||
// const gcsOutputUriPrefix = 'YOUR_STORAGE_PREFIX'; | ||
|
||
// Imports the Google Cloud client library | ||
const {DocumentProcessorServiceClient} = | ||
require('@google-cloud/documentai').v1; | ||
const {Storage} = require('@google-cloud/storage'); | ||
|
||
// Instantiates Document AI, Storage clients | ||
const client = new DocumentProcessorServiceClient(); | ||
const storage = new Storage(); | ||
|
||
const {default: PQueue} = require('p-queue'); | ||
|
||
async function batchProcessDocument() { | ||
const name = `projects/${projectId}/locations/${location}/processors/${processorId}`; | ||
|
||
// Configure the batch process request. | ||
const request = { | ||
name, | ||
inputDocuments: { | ||
gcsDocuments: { | ||
documents: [ | ||
{ | ||
gcsUri: gcsInputUri, | ||
mimeType: 'application/pdf', | ||
}, | ||
], | ||
}, | ||
}, | ||
documentOutputConfig: { | ||
gcsOutputConfig: { | ||
gcsUri: `${gcsOutputUri}/${gcsOutputUriPrefix}/`, | ||
}, | ||
}, | ||
}; | ||
|
||
// Batch process document using a long-running operation. | ||
// You can wait for now, or get results later. | ||
// Note: first request to the service takes longer than subsequent | ||
// requests. | ||
const [operation] = await client.batchProcessDocuments(request); | ||
|
||
// Wait for operation to complete. | ||
await operation.promise(); | ||
console.log('Document processing complete.'); | ||
|
||
// Query Storage bucket for the results file(s). | ||
const query = { | ||
prefix: gcsOutputUriPrefix, | ||
}; | ||
|
||
console.log('Fetching results ...'); | ||
|
||
// List all of the files in the Storage bucket | ||
const [files] = await storage.bucket(gcsOutputUri).getFiles(query); | ||
|
||
// Add all asynchronous downloads to queue for execution. | ||
const queue = new PQueue({concurrency: 15}); | ||
const tasks = files.map((fileInfo, index) => async () => { | ||
// Get the file as a buffer | ||
const [file] = await fileInfo.download(); | ||
|
||
console.log(`Fetched file #${index + 1}:`); | ||
|
||
// The results stored in the output Storage location | ||
// are formatted as a document object. | ||
const document = JSON.parse(file.toString()); | ||
const {text} = document; | ||
|
||
// Extract shards from the text field | ||
const getText = textAnchor => { | ||
if (!textAnchor.textSegments || textAnchor.textSegments.length === 0) { | ||
return ''; | ||
} | ||
|
||
// First shard in document doesn't have startIndex property | ||
const startIndex = textAnchor.textSegments[0].startIndex || 0; | ||
const endIndex = textAnchor.textSegments[0].endIndex; | ||
|
||
return text.substring(startIndex, endIndex); | ||
}; | ||
|
||
// Read the text recognition output from the processor | ||
console.log('The document contains the following paragraphs:'); | ||
|
||
const [page1] = document.pages; | ||
const {paragraphs} = page1; | ||
for (const paragraph of paragraphs) { | ||
const paragraphText = getText(paragraph.layout.textAnchor); | ||
console.log(`Paragraph text:\n${paragraphText}`); | ||
} | ||
|
||
// Form parsing provides additional output about | ||
// form-formatted PDFs. You must create a form | ||
// processor in the Cloud Console to see full field details. | ||
console.log('\nThe following form key/value pairs were detected:'); | ||
|
||
const {formFields} = page1; | ||
for (const field of formFields) { | ||
const fieldName = getText(field.fieldName.textAnchor); | ||
const fieldValue = getText(field.fieldValue.textAnchor); | ||
|
||
console.log('Extracted key value pair:'); | ||
console.log(`\t(${fieldName}, ${fieldValue})`); | ||
} | ||
}); | ||
await queue.addAll(tasks); | ||
} | ||
// [END documentai_batch_process_document] | ||
|
||
batchProcessDocument(); | ||
} | ||
main(...process.argv.slice(2)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "nodejs-document-ai-samples", | ||
"private": true, | ||
"license": "Apache-2.0", | ||
"author": "Google LLC", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
}, | ||
"files": [ | ||
"*.js" | ||
], | ||
"scripts": { | ||
"test": "mocha test/*.js --timeout 600000" | ||
}, | ||
"dependencies": { | ||
"@google-cloud/documentai": "^6.1.0", | ||
"@google-cloud/storage": "^6.0.0", | ||
"p-queue": "^6.6.2", | ||
"uuid": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"mocha": "^8.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
/** | ||
* Copyright 2021, Google, Inc. | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
'use strict'; | ||
|
||
async function main(projectId, location, processorId, filePath) { | ||
// [START documentai_process_form_document] | ||
/** | ||
* TODO(developer): Uncomment these variables before running the sample. | ||
*/ | ||
// const projectId = 'YOUR_PROJECT_ID'; | ||
// const location = 'YOUR_PROJECT_LOCATION'; // Format is 'us' or 'eu' | ||
// const processorId = 'YOUR_PROCESSOR_ID'; // Create processor in Cloud Console | ||
// const filePath = '/path/to/local/pdf'; | ||
|
||
const {DocumentProcessorServiceClient} = | ||
require('@google-cloud/documentai').v1beta3; | ||
|
||
// Instantiates a client | ||
const client = new DocumentProcessorServiceClient(); | ||
|
||
async function processDocument() { | ||
// The full resource name of the processor, e.g.: | ||
// projects/project-id/locations/location/processor/processor-id | ||
// You must create new processors in the Cloud Console first | ||
const name = `projects/${projectId}/locations/${location}/processors/${processorId}`; | ||
|
||
// Read the file into memory. | ||
const fs = require('fs').promises; | ||
const imageFile = await fs.readFile(filePath); | ||
|
||
// Convert the image data to a Buffer and base64 encode it. | ||
const encodedImage = Buffer.from(imageFile).toString('base64'); | ||
|
||
const request = { | ||
name, | ||
rawDocument: { | ||
content: encodedImage, | ||
mimeType: 'application/pdf', | ||
}, | ||
}; | ||
|
||
// Recognizes text entities in the PDF document | ||
const [result] = await client.processDocument(request); | ||
|
||
console.log('Document processing complete.'); | ||
|
||
// Read the table and form fields output from the processor | ||
// The form processor also contains OCR data. For more information | ||
// on how to parse OCR data please see the OCR sample. | ||
// For a full list of Document object attributes, | ||
// please reference this page: https://googleapis.dev/nodejs/documentai/latest/index.html | ||
const {document} = result; | ||
const {text} = document; | ||
console.log(`Full document text: ${JSON.stringify(text)}`); | ||
console.log(`There are ${document.pages.length} page(s) in this document.`); | ||
|
||
for (const page of document.pages) { | ||
console.log(`\n\n**** Page ${page.pageNumber} ****`); | ||
|
||
console.log(`Found ${page.tables.length} table(s):`); | ||
for (const table of page.tables) { | ||
const numCollumns = table.headerRows[0].cells.length; | ||
const numRows = table.bodyRows.length; | ||
console.log(`Table with ${numCollumns} columns and ${numRows} rows:`); | ||
printTableInfo(table, text); | ||
} | ||
console.log(`Found ${page.formFields.length} form field(s):`); | ||
for (const field of page.formFields) { | ||
const fieldName = getText(field.fieldName.textAnchor, text); | ||
const fieldValue = getText(field.fieldValue.textAnchor, text); | ||
console.log( | ||
`\t* ${JSON.stringify(fieldName)}: ${JSON.stringify(fieldValue)}` | ||
); | ||
} | ||
} | ||
} | ||
|
||
const printTableInfo = (table, text) => { | ||
// Print header row | ||
let headerRowText = ''; | ||
for (const headerCell of table.headerRows[0].cells) { | ||
const headerCellText = getText(headerCell.layout.textAnchor, text); | ||
headerRowText += `${JSON.stringify(headerCellText.trim())} | `; | ||
} | ||
console.log( | ||
`Collumns: ${headerRowText.substring(0, headerRowText.length - 3)}` | ||
); | ||
// Print first body row | ||
let bodyRowText = ''; | ||
for (const bodyCell of table.bodyRows[0].cells) { | ||
const bodyCellText = getText(bodyCell.layout.textAnchor, text); | ||
bodyRowText += `${JSON.stringify(bodyCellText.trim())} | `; | ||
} | ||
console.log( | ||
`First row data: ${bodyRowText.substring(0, bodyRowText.length - 3)}` | ||
); | ||
}; | ||
|
||
// Extract shards from the text field | ||
const getText = (textAnchor, text) => { | ||
if (!textAnchor.textSegments || textAnchor.textSegments.length === 0) { | ||
return ''; | ||
} | ||
|
||
// First shard in document doesn't have startIndex property | ||
const startIndex = textAnchor.textSegments[0].startIndex || 0; | ||
const endIndex = textAnchor.textSegments[0].endIndex; | ||
|
||
return text.substring(startIndex, endIndex); | ||
}; | ||
|
||
// [END documentai_process_form_document] | ||
await processDocument(); | ||
} | ||
|
||
main(...process.argv.slice(2)).catch(err => { | ||
console.error(err); | ||
process.exitCode = 1; | ||
}); |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Praise: Thanks for redo-ing this PR and removing the
document-ai/snippets/
sub-folder.