-
Notifications
You must be signed in to change notification settings - Fork 681
-
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
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment