Skip to content

Commit

Permalink
Fix extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Nov 28, 2024
1 parent 0b2c3d9 commit fdd80b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Classifai/Providers/Azure/ComputerVision.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ public function ocr_processing( string $image_url, int $attachment_id = 0 ) {
return new WP_Error( 'invalid', esc_html__( 'This attachment can\'t be processed.', 'classifai' ) );
}

$feature = new ImageTextExtraction();
$rtn = '';
$feature = new ImageTextExtraction();
$rtn = '';

/**
* Filters whether to run OCR scanning on the current image.
Expand Down

0 comments on commit fdd80b5

Please sign in to comment.