This commit is contained in:
jendib 2015-08-31 22:53:44 +02:00
commit 36b5bf3bb2

View File

@ -88,7 +88,7 @@ public class FileUtil {
log.info("Starting OCR with TESSDATA_PREFIX=" + System.getenv("TESSDATA_PREFIX") + ";LC_NUMERIC=" + System.getenv("LC_NUMERIC"));
instance.setLanguage(document.getLanguage());
content = instance.doOCR(image);
} catch (Exception e) {
} catch (Throwable e) {
log.error("Error while OCR-izing the image", e);
}