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