fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 02:47:01 +00:00
parent e11dc38385
commit f11a9d532d

View File

@ -151,10 +151,6 @@ final class TesseractOcr
$parsed = '';
}
if (\is_file($filepath)) {
\unlink($filepath);
}
if (\is_file($temp)) {
\unlink($temp);
}