RED-7669: optimize OCR-module performance
* move all critical stuff to its own singleton thread * make gs process queue any image once the file has been written
This commit is contained in:
parent
880bebcafc
commit
c7ccbae6ff
@ -3,11 +3,13 @@ package com.knecon.fforesight.service.ocr.processor.utils;
|
||||
import static net.sourceforge.lept4j.ILeptonica.IFF_PNG;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import net.sourceforge.lept4j.Leptonica1;
|
||||
import net.sourceforge.lept4j.Pix;
|
||||
|
||||
@Disabled
|
||||
class ImageProcessingUtilsTest {
|
||||
|
||||
@BeforeEach
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user