Lorenzo

Results 1 comments of Lorenzo

> > > The bug is in the > file: https://github.com/tabulapdf/tabula-java/blob/master/src/main/java/technology/tabula/detectors/NurminenDetectionAlgorithm.java > line: 488 > > `if (edgeCountsPerLine[i][TextEdge.LEFT] > 2 &&` > > it should be: > `if (edgeCountsPerLine[i][TextEdge.LEFT] >...