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
|
||||
private record InvisibleElementRemovalContext(boolean delta, //
|
||||
ElementReader reader, //
|
||||
ClippingPathStack clippingPathStack, //
|
||||
List<ElementFeatures> overlappedElements, //
|
||||
List<ElementFeatures> visibleElements, //
|
||||
Set<Long> visitedXObjIds) {
|
||||
private record InvisibleElementRemovalContext(
|
||||
boolean delta,
|
||||
ElementReader reader,
|
||||
ClippingPathStack clippingPathStack,
|
||||
List<ElementFeatures> overlappedElements,
|
||||
List<ElementFeatures> visibleElements,
|
||||
Set<Long> visitedXObjIds) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user