RED-6126: In the OCRService, OCR Text is not applied to Document
*reformatted InvisibleElementRemovalService with new Code Style
This commit is contained in:
parent
d0d6bf70a4
commit
00cfe9e449
@ -423,12 +423,13 @@ public class InvisibleElementRemovalService {
|
|||||||
|
|
||||||
|
|
||||||
@Builder
|
@Builder
|
||||||
private record InvisibleElementRemovalContext(boolean delta, //
|
private record InvisibleElementRemovalContext(
|
||||||
ElementReader reader, //
|
boolean delta,
|
||||||
ClippingPathStack clippingPathStack, //
|
ElementReader reader,
|
||||||
List<ElementFeatures> overlappedElements, //
|
ClippingPathStack clippingPathStack,
|
||||||
List<ElementFeatures> visibleElements, //
|
List<ElementFeatures> overlappedElements,
|
||||||
Set<Long> visitedXObjIds) {
|
List<ElementFeatures> visibleElements,
|
||||||
|
Set<Long> visitedXObjIds) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user