I've PDFs with tables and the image diagram related to the content of tables. Both, table and image on a single page.
I've extracted the Tables using the Camelot library. And also images using Fitz library. Using Python
Now I want to upload those images(.png) to any possible cloud service and provide the web link of the respective image to the Dataframe of the respective table.
Please help.
In case of any public cloud, you can use S3 to store images using BOTO3 (python library).
sample code to store images in AWS S3 bucket:
To obtain the uploaded file url, you can construct it as:
and store s3_url in dataframe.