You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
This parameter is available in the partition_pdf but not through the API. With the new GPT-4V multimodal model, extracting images from source documents will be helpful.
To Reproduce
from unstructured.partition.pdf import partition_pdf
partition_pdf(filename, strategy="hi_res", extract_images_in_pdf=True)