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
d3190844a3
commit
1926707ae1
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user