Answer to all the questions in the pdf
cd /home/daytona/workspace/attachments/c66daf06-1c35-4a08-bc81-969f2eb545eb/ && python3 -c " import pdfplumber with pdfplumber.open('RS Questions - Environment and Health.pdf') as pdf: for i, page in enumerate(pdf.pages): print(f'=== PAGE {i+1} ===') print(page.extract_text()) print() "