Fix error in DocstrumBB

This commit is contained in:
BobLd
2019-09-02 19:07:27 +01:00
parent d089a34aa4
commit 68e04603c0

View File

@@ -102,7 +102,7 @@ namespace UglyToad.PdfPig.DocumentLayoutAnalysis
// 2. Rebuild lines, using max distance = +Inf as we know all words will be in the
// same block. Filtering will still be done based on angle.
var mergedLines = GetLines(mergedWords.ToArray(), wlAngleLB, wlAngleUB, double.MaxValue);
var mergedLines = GetLines(mergedWords.ToArray(), double.MaxValue, wlAngleLB, wlAngleUB);
blocks[b] = new TextBlock(mergedLines.ToList());
// Remove