Skip to content

Commit

Permalink
docs(samples): add OCR, form, quality, splitter and specialized proce…
Browse files Browse the repository at this point in the history
…ssing samples (#283)

* docs(samples): add OCR, form, quality, splitter and specialized processing samples

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
Matt Carroll and gcf-owl-bot[bot] authored Nov 12, 2021
1 parent d841bb6 commit 4072dff
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/google-cloud-documentai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-document-ai
| Parse-form.v1beta2 | [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/parse-form.v1beta2.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/parse-form.v1beta2.js,samples/README.md) |
| Parse-table.v1beta2 | [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/parse-table.v1beta2.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/parse-table.v1beta2.js,samples/README.md) |
| Parse-with-model.v1beta2 | [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/parse-with-model.v1beta2.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/parse-with-model.v1beta2.js,samples/README.md) |
| Process-document-form | [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document-form.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/process-document-form.js,samples/README.md) |
| Process-document-ocr | [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document-ocr.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/process-document-ocr.js,samples/README.md) |
| Process-document-quality | [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document-quality.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/process-document-quality.js,samples/README.md) |
| Process-document-specialized | [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document-specialized.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/process-document-specialized.js,samples/README.md) |
| Process-document-splitter | [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document-splitter.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/process-document-splitter.js,samples/README.md) |
| Process-document | [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/process-document.js,samples/README.md) |
| Quickstart | [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
| Set-endpoint.v1beta2 | [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/set-endpoint.v1beta2.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/set-endpoint.v1beta2.js,samples/README.md) |
Expand Down
90 changes: 90 additions & 0 deletions packages/google-cloud-documentai/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
* [Parse-form.v1beta2](#parse-form.v1beta2)
* [Parse-table.v1beta2](#parse-table.v1beta2)
* [Parse-with-model.v1beta2](#parse-with-model.v1beta2)
* [Process-document-form](#process-document-form)
* [Process-document-ocr](#process-document-ocr)
* [Process-document-quality](#process-document-quality)
* [Process-document-specialized](#process-document-specialized)
* [Process-document-splitter](#process-document-splitter)
* [Process-document](#process-document)
* [Quickstart](#quickstart)
* [Set-endpoint.v1beta2](#set-endpoint.v1beta2)
Expand Down Expand Up @@ -139,6 +144,91 @@ __Usage:__



### Process-document-form

View the [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document-form.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/process-document-form.js,samples/README.md)

__Usage:__


`node samples/process-document-form.js`


-----




### Process-document-ocr

View the [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document-ocr.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/process-document-ocr.js,samples/README.md)

__Usage:__


`node samples/process-document-ocr.js`


-----




### Process-document-quality

View the [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document-quality.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/process-document-quality.js,samples/README.md)

__Usage:__


`node samples/process-document-quality.js`


-----




### Process-document-specialized

View the [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document-specialized.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/process-document-specialized.js,samples/README.md)

__Usage:__


`node samples/process-document-specialized.js`


-----




### Process-document-splitter

View the [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document-splitter.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-document-ai&page=editor&open_in_editor=samples/process-document-splitter.js,samples/README.md)

__Usage:__


`node samples/process-document-splitter.js`


-----




### Process-document

View the [source code](https://github.com/googleapis/nodejs-document-ai/blob/main/samples/process-document.js).
Expand Down

0 comments on commit 4072dff

Please sign in to comment.