Checks the quality of the document
quality-gate
Version: 1.0.0
Infer: Yes
Option | Description |
---|---|
should_check_for_handwriting | Enables or disables handwriting detection (default: true) |
included_document_types | Document types to check for handwriting (e.g., “invoice, receipt”) |
excluded_document_types | Document types to exempt from handwriting checks (e.g., “bill of lading, weight slip”) |
limited_to_first_page | When true, only checks the first page for handwriting (default: false) |
handwriting_detector_model | The AI model used for handwriting detection (default: “gemini-2.0-flash-001”) |
Name | Label | Type | Description | Default | Required |
---|---|---|---|---|---|
should_check_for_handwriting | Should Check For Handwriting | boolean | Whether to check for handwriting related to numeric data (e.g. invoice amounts, balances, or amounts paid | True | No |
included_document_types | Included Document Types | string | The document types to check for handwriting (e.g. invoice, receipt, etc.) | - | Yes |
excluded_document_types | Excluded Document Types | string | The document types to specifically exclude from handwriting checking (e.g. bill of lading, weight slip, etc.) | - | No |
limited_to_first_page | Limit to First Page | boolean | Whether to limit the handwriting detection to just the first page | False | No |
handwriting_detector_model | Handwriting Detector Model | string | The model to use to identify pages with handwritten billing information | gemini-2.0-flash-001 | No |