RED-6126: In the OCRService, OCR Text is not applied to Document

*removed private configuration
This commit is contained in:
Kilian Schuettler 2023-02-03 13:16:56 +01:00
parent ab566a11a9
commit 355887c865

View File

@ -41,7 +41,7 @@ import lombok.SneakyThrows;
@ExtendWith(SpringExtension.class) @ExtendWith(SpringExtension.class)
@SpringBootTest(classes = Application.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT // @SpringBootTest(classes = Application.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT //
, properties = {"pdftron.ocrmodule.path=/home/kschuettler/iqser/PDFTron/ocr/Lib/"}) , properties = {"pdftron.ocrmodule.path=/YourOCRModulePath"})
@Import(OcrServiceIntegrationTest.TestConfiguration.class) @Import(OcrServiceIntegrationTest.TestConfiguration.class)
public class OcrServiceIntegrationTest { public class OcrServiceIntegrationTest {