How to get the bounds of a particular word or character using pdf.js library?
I am creating a Dart library by interoping the function call to the pdf.js library to search for a particular word in the PDF document, and I want to highlight matches.
How to get the bounds of a particular work using pdf.js library?
I am creating a Dart library by interoping the function call to the pdf.js library to search for a particular word in the PDF document, and I want to highlight matches.