RED-9353: refactor PDFTronViewerDocumentService
* rename RedactionEntity -> TextEntity * rename Boundary -> TextRange
This commit is contained in:
parent
203436c62f
commit
cce2122da1
@ -8,6 +8,7 @@ import java.util.Set;
|
|||||||
|
|
||||||
import org.junit.jupiter.api.AfterAll;
|
import org.junit.jupiter.api.AfterAll;
|
||||||
import org.junit.jupiter.api.BeforeEach;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import com.knecon.fforesight.service.viewerdoc.LayerIdentifier;
|
import com.knecon.fforesight.service.viewerdoc.LayerIdentifier;
|
||||||
@ -21,7 +22,7 @@ import com.pdftron.pdf.PageIterator;
|
|||||||
import com.pdftron.sdf.SDFDoc;
|
import com.pdftron.sdf.SDFDoc;
|
||||||
|
|
||||||
import lombok.SneakyThrows;
|
import lombok.SneakyThrows;
|
||||||
|
@Disabled
|
||||||
class PageContentCleanerTest {
|
class PageContentCleanerTest {
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user