I have used pdf.js to view a pdf in a web-browser. Also, window.getSelection() to get the selected text. However, I want to get the pdf point or x, y coordinates of the selection, so that I can save them coordinates and use it to scan similar pdfs and extract text.
How can I do that?