Turn documents into intelligent data-driven solutions.

Changelog

3 versions
v2.1.0 Latest
  • Added validation for required fields in components.
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v2.0.0
  • (breaking change) ClassifyDocument split into ClassifyDocument and ClassifyDocumentFromStream. ClassifyDocumentFromStream is using only the File ID parameter, ClassifyDocument is using either File URL or Base64Source.
  • ClassifyDocument and ClassifyDocumentFromStream: added supported file extensions to the tooltip of either File ID or File URL.
v1.0.2
  • Initial version.

Authentication

TypeDetails
API Key
API Key (text)
Enter your API key.
endpoint (text)
The Document Intelligence service endpoint.

Actions

4
Classify Document icon

Classify Document

Classifies document with document classifier. Use one of the following input options:
  • 1. URL of the document to classify.
  • 2. Base64 encoded source of the document to classify.
List Classifiers icon

List Classifiers

List all document classifiers.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Azure Document Intelligence API.
Classify Document From Stream icon

Classify Document From Stream

Classifies document with document classifier. Use Appmixer File ID of the document to classify.