Merge branch 'hotfix' into 'main'
hotfix: viewerDocService doesn't remove existing marked content See merge request fforesight/layout-parser!225
This commit is contained in:
commit
0f8c4674b3
@ -140,7 +140,7 @@ public class PDFTronViewerDocumentService {
|
|||||||
.map(LayerGroup::getVisualizations)
|
.map(LayerGroup::getVisualizations)
|
||||||
.flatMap(Collection::stream)
|
.flatMap(Collection::stream)
|
||||||
.map(Visualizations::getLayer)
|
.map(Visualizations::getLayer)
|
||||||
.map(LayerIdentifier::name)
|
.map(LayerIdentifier::markedContentName)
|
||||||
.collect(Collectors.toSet());
|
.collect(Collectors.toSet());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user