Filter: classifai_should_ocr_scan_image
Filters whether to run OCR scanning on the current image.
Parameters
| Name | Type | Description |
|---|---|---|
| $should_scan | bool | Whether to run OCR scanning. Defaults to feature being enabled. |
| $image_url | string | URL of image to process. |
| $attachment_id | int | The attachment ID. |
Since
- 1.6.0
Source
Defined in includes/Classifai/Providers/Azure/ComputerVision.php at line 423
Returns
Whether to run OCR scanning.