PipedreamHQ / PipedreamHQ/pipedream
[Components] google_cloud_document_ai
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# google_cloud_document_ai
## URLs
- https://cloud.google.com/document-ai/docs/reference/rest
## Webhook Sources
### new-processed-document-instant
#### Description
Emit new event when a document has been fully processed by a processor. Requires the processor ID and webhook configuration on the Google Cloud Document AI processor endpoint.
### new-processor-instant
#### Description
Emit new event when a new document processor is created in the user's Google Cloud project. Requires project ID and service account credentials with appropriate permissions.
### new-processor-version-instant
#### Description
Emit new event when a new version of a processor is created. Useful for tracking changes in document parsing configurations. Requires processor ID.
## Actions
### process-document
#### Description
Submit a document for processing using a specified processor. Requires processor ID and document content or Cloud Storage URI.
### list-processor-types
#### Description
Retrieve available processor types that can be deployed within a Google Cloud project. Useful for dynamically populating processor options. Requires location and project ID.
### create-processor
#### Description
Create a new processor instance in a specific location. Requires processor type, display name, project ID, and location.
Contributor guide
Assessment
This issue has not been assessed yet.