Merge branch 'CLARI-hotfix' into 'main'

hotifx for clarifynd

See merge request fforesight/layout-parser!154
This commit is contained in:
Dominique Eifländer 2024-05-15 14:08:07 +02:00
commit b867deb9f9

View File

@ -63,7 +63,7 @@ public class DocstrumBlockificationService {
}
if (layoutParsingType == LayoutParsingType.CLARIFYND) {
mergeIntersectingBlocks(classificationPage, usedRulings, 0, 6.5f);
mergeIntersectingBlocks(classificationPage, usedRulings, 0, 0);
}
return classificationPage;