Hello everyone, sorry for bothering you.
I'm having a problem, please I need some help.
I'm using a library called ng2-pdf-viewer in order to view my pdf documents within my web application.
My requirement is to upload a PDF file and extract text from specific areas selected by the user.
Looking for the internet I found a way to draw a rectangle and store all the coordinates inside it, but these rectangles are only visual as they don't interact with the PDF.
So my question is:
Is there a way to extract the text inside these rectangles?
Since I have saved the X and Y coordinates of these rectangles (Second image).
Please help