RED-8670: add tables to idp result

* apparently i've fixed some error, where the ocr-service sometimes hangs
This commit is contained in:
Kilian Schuettler 2024-11-26 17:05:06 +01:00
parent f06e5779f3
commit ebfa55d3d1

View File

@ -36,7 +36,7 @@ class ImageProcessingPipelineTest {
@BeforeEach
public void setup() {
new NativeLibrariesInitializer("demo:1650351709282:7bd235e003000000004ec28a6743e1163a085e2115de2536ab6e2cfe5a").init();
new NativeLibrariesInitializer("demo:1650351709282:7bd235e003000000004ec28a6743e1163a085e2115de2536ab6e2cfe5a", "/home/kschuettler/software/leptonica/vcpkg/installed/x64-linux-dynamic/lib/").init();
OcrServiceSettings settings = new OcrServiceSettings();
ImageProcessingService imageProcessingService = new ImageProcessingService(settings);