Good afternoon,
I hope you can help me.
I have a pdf that has the name "nombre_apellidop_apellidom_edad.pdf" What I need is to extract the name of the pdf and divide it in order to use the data separately, an example would be this:
Jose_Perez_Martinez_16.pdf
- name: Jose
- surname: Perez
- apellidom: Martinez
- age: 16
I am currently using the PyPDF2 module to read the content and it works super well but I do not know if with that same module I can read the title and do what I said above
I hope you can help me greetings