Filter: classifai_ocr_text

apply_filters( 'classifai_ocr_text', $text, $scan ) → {string}

Filter the text returned from the API.

Parameters:
Name Type Description
$text string

The returned text data.

$scan object

The full scan results from the API.

Since:
  • 1.6.0
Source:
Returns:

The filtered text data.

Type
string