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 16:59:26 +01:00
parent 1d1bd321c2
commit f06e5779f3

View File

@ -26,7 +26,7 @@ import com.knecon.fforesight.service.ocr.v1.api.model.AzureOcrFeature;
import lombok.SneakyThrows;
// in order to run, the azure.key must be set first in the application.yml and you must set the env variable VCPKG_DYNAMIC_LIB to your tesseract and leptonica installation folder
//@Disabled
@Disabled
@SpringBootTest()
public class OcrServiceIntegrationTest extends AbstractTest {