Files
fil/fixtures/pdf/render_pdf_page_first.json
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

22 lines
384 B
JSON

{
"id": "render_pdf_page_first",
"category": "pdf",
"description": "render_pdf_page_to_png: first page",
"call": "render_pdf_page_to_png",
"input": {
"pdf_bytes": "pdf/fake_memo.pdf",
"page_index": 0,
"dpi": null,
"password": null
},
"assertions": [
{
"type": "not_error"
},
{
"type": "min_length",
"value": 100
}
]
}