PipedreamHQ / PipedreamHQ/pipedream
[Components] extracta_ai
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# extracta_ai
## URLs
- https://docs.extracta.ai/api-reference/api-endpoints
## Webhook Sources
### new-extraction-instant
#### Description
Emit new event when a document extraction is completed. Users can specify the extraction type or document source as optional filters.
### new-processing-error-instant
#### Description
Emit new event when a document fails to process due to an error. Users can filter by error type or document ID.
### new-data-point-extracted-instant
#### Description
Emit new event when a specific data point is extracted from a document. Users must specify the data field they want to watch.
## Actions
### extract-text-from-document
#### Description
Extract text from a document by providing a file URL or uploading a file.
### extract-data-using-template
#### Description
Extract structured data from a document using a predefined template. Users must specify the template ID and provide the document input.
### check-extraction-status
#### Description
Retrieve the status of a document extraction by specifying its extraction ID.
Contributor guide
Assessment
This issue has not been assessed yet.