bitextor / pdf-extract

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

Link pattern does not allow nested tags #41

Closed kpu closed 4 years ago

kpu commented 4 years ago

Unlike patternBold, patternLink is used for something. And it has a bug: it will not detect links with tags inside them.

https://github.com/bitextor/pdf-extract/blob/4ad28a23817851355ba65b6b4699a8f01b2cb760/src/pdfextract/PDFExtract.java#L62