pip install delete-your-pdf
result2 = pdfToImagePages(file='AIR OPTIX COLORS TRIAL 6PK.pdf', page_number=1)
result3 = cropRotateImage(file=result2, x=101, y=132, width=471, height=165, rotation_degrees=0, expand_for_rotation=True)
result4 = cropRotateImage(file=result3, x=18, y=70, width=442, height=26, rotation_degrees=0, expand_for_rotation=True)
result5 = cropRotateImage(file=result3, x=13, y=105, width=399, height=52, rotation_degrees=0, expand_for_rotation=True)
result6 = imageToText_Roboflow(file=result4, api_key=ROBOFLOW_API_KEY_HERE)
result7 = imageToText_Roboflow(file=result5, api_key=ROBOFLOW_API_KEY_HERE)