Train-your-own Classifier#
Our platform allows you to build your own custom classification API tailored to your needs, without requiring deep knowledge of AI. This allows you to automate business processes such as input management (i.e., sorting and routing incoming mail to the appropriate departments), reducing the need to personally handle such manual tasks.
To set up your custom model for training, click on the Train Your Own Model Now button and select Custom Classifier or, alternatively, click here. This brings you to the model creation wizard where you:
- Give a name and optionally the description and thumbnail to your custom classifier model.
- Define the labels to classify your documents into
- Define document specification for the kinds of documents you will be uploading. You can also specify the relevant pages for classification and select weather to train a textual or visual model
Finally, create your workfow by clicking on Create Workflow. You may of course step back and change settings, once the workflow is created, the settings can be changed later unless explicitly specified.
You can check this blog post to see the steps involved in preparing and training the model.
Once training is complete, this workflow will provide you with classifications
and ocr
. Your workflow
identifier is a UUID that is automatically generated during the creation process, i.e. you can call the workflow
like any other workflow using the
processing endpoint
i.e. POST /processing/{your_workflow_identifier}
.
Supported return values#
As automatically included in the response JSON, unless otherwise specified via include
query parameters.
classifications
, see Classifications Formatocr
, see OCR Format
Credit cost#
A Freemium account allows for up to 100 pages per month, where the cost is 15 credits per page, and 30 credits per document.
Note
A document is usually a bundle of 10 pages.