|
@@ -410,8 +410,6 @@ public class PDFTableReader<T> {
|
|
}
|
|
}
|
|
if(cell.getText().contains(endKey) && tableStartY != null) {
|
|
if(cell.getText().contains(endKey) && tableStartY != null) {
|
|
tableEndY = key;
|
|
tableEndY = key;
|
|
- }else {
|
|
|
|
- tableEndY = Float.parseFloat("50000");
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if(tableStartY != null && tableEndY == null && !ignore) {
|
|
if(tableStartY != null && tableEndY == null && !ignore) {
|