bitextor / pdf-extract

PDF parser and converter to HTML
GNU General Public License v3.0
83 stars 14 forks source link

Fix reading threshold as float from file #49

Closed Proyag closed 4 years ago

Proyag commented 4 years ago

threshold was previously being read as a string instead of a float, which was breaking sentence-join when the threshold is read from a file, like in PDFExtract.java