create_document_type
Create a new document type and optionally define matching rules to automatically classify incoming documents.
Instructions
Create a new document type with optional matching pattern and algorithm for automatic document classification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| match | No | ||
| is_insensitive | No | Whether matching is case-insensitive | |
| matching_algorithm | No | Matching algorithm: 0=None, 1=Any word, 2=All words, 3=Exact match, 4=Regular expression, 5=Fuzzy word, 6=Automatic |