Layout-Parser / layout-parser

A Unified Toolkit for Deep Learning Based Document Image Analysis
https://layout-parser.github.io/
Apache License 2.0
4.82k stars 464 forks source link

Watermark presents problems with bounding box generation #182

Open KeshavBalaji opened 1 year ago

KeshavBalaji commented 1 year ago

When I use LayoutParser on scientific documents that have watermarks, the generation of bounding boxes completely falls apart, and the information in the entire region covered by the watermark is not segmented/identified.

Can someone please clarify how to use LayoutParser in a way so as to avoid watermark interference?

Thanks!