@ -17,8 +17,8 @@ class OcrLicense
public function __construct(string $clientId, string $clientSecret)
{
$this->clientId = $clientId;
$this->clientId = trim($clientId);
$this->clientSecret = $clientSecret;
$this->clientSecret = trim($clientSecret);
}
public function check($img_url): array