Extract Information from Image

Extract Information from Image

Description

This action extracts Information from your Image File.

Supported input formats:

  • JPEG
  • PNG
  • TIFF
  • GIF
  • BMP

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
Image FileThe image as an ObjectThe image file you want to extract information from. Allowed formats are JPEG, PNG, TIFF, GIF and BMP. The format wil be recognized automatically.✔️-

Response

ResponseTypeDescription
Image FormatStringFormat of the image, e.g.,PNG, JPEG.
OrientationStringOrientation of the image, e.g., Portrait or Landscape.
Date of RecordingStringDate when the image was recorded (if available).
EXIF DataStringEXIF metadata details as a string (if any).
Image SizeNumberSize of the image in megabytes or another unit.
Horizontal ResolutionNumberHorizontal resolution of the image in DPI (dots per inch).
Vertical ResolutionNumberVertical resolution of the image in DPI.
WidthNumberWidth of the image in pixels.
HeightNumberHeight of the image in pixels.
Bits per PixelNumberColor depth of the image in bits per pixel.
Has XMP DataBooleanIndicates if the image contains XMP metadata (true or false).
Has EXIF DataBooleanIndicates if the image contains EXIF metadata (true or false).
bodyJSON ObjectJSON object containing all the extracted metadata fields as keys and their values.

Power Automate Examples

Extract Information from Image

We use our Power2Apps QR Code which leads to our webpage and is stored in our OneDrive.

We then use Compose to view the extracted information.

Picture

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!