RED-7075: Watermark Removal Test bug fixed

This commit is contained in:
RaphaelArnold 2023-08-02 10:37:39 +02:00
parent 7a9c00e6cf
commit e609fc450f
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class WatermarkRemovalServiceTest {
PDFNet.addResourceSearchPath("C:/Users/RaphaelArnold/knecon/pdftron/ocrirismodule/Lib");
PDFNet.initialize("demo:1650351709282:7bd235e003000000004ec28a6743e1163a085e2115de2536ab6e2cfe5a");
String filename = "files/18 - EVIDIS - Corrosao Irritacao ocular aguda.pdf";
String filename = "files/PO_82_277_H_2013 (1).pdf";
String tmpFilename = createTmpFileName(filename, "WATERMARK_REMOVAL");
try (var in = this.getClass().getClassLoader().getResourceAsStream(filename); var out = new FileOutputStream(tmpFilename)) {

Binary file not shown.