RED-6126: In the OCRService, OCR Text is not applied to Document
*removed private configuration
This commit is contained in:
parent
ab566a11a9
commit
355887c865
@ -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 {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user