Blueprints

Extract image metadata using Apache Tika

Source

yaml
id: parse-image-metadata-using-apache-tika
namespace: company.team

tasks:
  - id: get_image
    type: io.kestra.plugin.core.http.Download
    uri: https://kestra.io/blogs/2023-05-31-beginner-guide-kestra.jpg

  - id: tika
    type: io.kestra.plugin.tika.Parse
    from: "{{ outputs.get_image.uri }}"
    store: false
    contentType: TEXT
    ocrOptions:
      strategy: OCR_AND_TEXT_EXTRACTION

About this blueprint

Outputs

This flow extracts metadata from an image using Apache Tika.

Download

Parse

More Related Blueprints

New to Kestra?

Use blueprints to kickstart your first workflows.

Get started with Kestra