Share via

How do I extract images from a pdf

Lakshman Krishnamurthy 0 Reputation points
2024-05-16T18:00:58.3133333+00:00

I do extract images from a PDF

Azure Document Intelligence in Foundry Tools

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. hossein jalilian 13,360 Reputation points Volunteer Moderator
    2024-05-16T18:34:39.38+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    There are several methods you can use:

    • Tools like SysTools PDF Extractor, are designed specifically for extracting images from PDF files in bulk without compromising quality.
    • Adobe Photoshop offers a professional approach to extracting high-resolution images from PDF files. open the PDF file in Photoshop, and each page will be displayed as a separate layer. select the layer containing the desired image, use the selection tools to isolate the image, and then save it in your preferred format.
    • The Snipping Tool is a built-in Windows utility that allows you to capture and save screen snippets, including images from PDF files.

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    1 person found this answer helpful.
    0 comments No comments
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. VasaviLankipalle-MSFT 18,736 Reputation points Moderator
    2024-05-17T16:47:06.1733333+00:00

    Hello @Lakshman Krishnamurthy, Thanks for using Microsoft Q&A Platform.

    In the document intelligence, the figures object detected by the Layout model has key properties like boundingRegions , spans , elements and captions if any.

    I have reproduced the same using layout model with markdown format here you can observe the figure properties.

    User's image

    Please refer to this documentation for more details: https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/concept-layout?view=doc-intel-4.0.0#figures

    I hope this helps.

    Regards,

    Vasavi

    -Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.