Hello Lucia,
You can try using the python script to read the pdf file.
The below library can be used to read the file.
Pytesseract
Command to install library: pip Install pytesseract
Once python is installed and required libraries are imported. Pleas...