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.