apply_filters( 'classifai_ocr_text', $text, $details ) → {string}
Filter the text returned from the API.
Parameters:
Name | Type | Description |
---|---|---|
$text |
string | The returned text data. |
$details |
object | The full scan results from the API. |
- Since:
- 1.6.0
- Source:
Returns:
The filtered text data.
- Type
- string