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:
Kilian Schuettler 2023-11-23 16:00:53 +01:00
parent d3190844a3
commit 1926707ae1

View File

@ -64,7 +64,7 @@ public class OcrServiceIntegrationTest extends AbstractTest {
@SneakyThrows
public void testOcr() {
String text = testOCR("files/StitchedImagesMultiPage.pdf");
String text = testOCR("files/2009-1048395_50pages_tables.pdf");
}