You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can extract all the text using PdfTextExtractor but I need to know the coordinates of the extracted text in order to compute the date and the starting hour of an event.
For example, in the above file on page 3, the first event is on Monday 9/9/2024 and starts at 7:45.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I'm trying to process some calendar pdf files coming from a tool called Celcat.
Here is an example such file: https://github.com/hialmar/Jmetronome/blob/main/edt_3A_2024_05_28.pdf
I can extract all the text using PdfTextExtractor but I need to know the coordinates of the extracted text in order to compute the date and the starting hour of an event.
For example, in the above file on page 3, the first event is on Monday 9/9/2024 and starts at 7:45.
Is there a way to do this unsing OpenPDF ?
Thanks a lot in advance.
Patrice
Beta Was this translation helpful? Give feedback.
All reactions