Mri report of my mother having back pain from past 2 years which is radiating to left leg. This pain increases on walking and she is unable to continue further walk
python3 -c " import pdfplumber with pdfplumber.open('/home/daytona/workspace/attachments/1b4406ad-7f63-469b-b218-f96239d6e54b/MRI OF EMMY.pdf') as pdf: for i, page in enumerate(pdf.pages): print(f'--- PAGE {i+1} ---') print(page.extract_text()) "