]> _ Git - fluidbook_processfarm.git/commitdiff
#7556
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Jul 2025 13:59:07 +0000 (15:59 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Jul 2025 13:59:07 +0000 (15:59 +0200)
app/.EasyOCR/EasyOCR [new file with mode: 0644]
app/process.php

diff --git a/app/.EasyOCR/EasyOCR b/app/.EasyOCR/EasyOCR
new file mode 100644 (file)
index 0000000..e69de29
index 6b076e6ab178374b1bc2cdeb130d0fe24b47e1c5..fe98af13932abf468039b0c375b8aa9cab9a06d7 100644 (file)
@@ -52,10 +52,8 @@ try {
     @ob_end_clean();
     error_log(':) ' . $res);
     die($res);
-
 } catch (Exception $e) {
     @ob_end_clean();
     error_log('!!' . $e->getMessage());
     die('!!' . $e->getMessage());
-
 }
\ No newline at end of file