RED-3568: Do not ignore textblocks if only rotated pages are in the document

This commit is contained in:
deiflaender 2022-03-29 13:54:23 +02:00
parent a975596446
commit ae3e4570c1

View File

@ -52,7 +52,7 @@ public class ClassificationService {
List<Float> headlineFontSizes) {
if (document.getFontSizeCounter().getMostPopular() == null) {
// TODO Figure out why this happens.
textBlock.setClassification("Other");
return;
}
if (PositionUtils.isOverBodyTextFrame(bodyTextFrame, textBlock, page.isRotated()) && (document.getFontSizeCounter()