marcelodlr

Results 3 comments of marcelodlr

More information about the issue: I believe the error is in the `getClientRects` function. Because the `if` is checking if `top` and `bottom` of `clientRect` are greater than 0. And...

#190 - This Pull request fixes this issue.

Basically PDF.js has a very old bug that when `textLayerMode: 1`, the text selection selects the entire page when hitting a white space ([link to bug](https://github.com/mozilla/pdf.js/issues/9843)). They released a enhanced...