Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This processor generates an image from a pdf or website.

Configuration

Example configuration in a processor:

{
  "type": "thumbnail-generator-processor",
  "id": "fa5e15bc-f9a5-4871-b6c5-84e27f17d100",
  "name": "Thumbnail generator",
  "config": {
    "field": "my_record_input",
    "output": "my_record_output"
  }
}

Configuration parameters:

field

(Required, boolean) The field in the record where the urls for the screenshots can be found.

output

(Optional, String) The field in the record where the resulting binary data can be accessed.

  • No labels