2023-12-23 16:47:18 +01:00
|
|
|
{
|
|
|
|
"name": "split-rotate-auto-rename",
|
|
|
|
"pipeline": [
|
|
|
|
{
|
|
|
|
"operation": "/api/v1/general/split-pdf-by-sections",
|
|
|
|
"parameters": {
|
|
|
|
"horizontalDivisions": 2,
|
2023-12-27 01:53:31 +01:00
|
|
|
"verticalDivisions": 2,
|
|
|
|
"fileInput": "automated"
|
2023-12-23 16:47:18 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operation": "/api/v1/general/rotate-pdf",
|
|
|
|
"parameters": {
|
2023-12-27 01:53:31 +01:00
|
|
|
"angle": 90,
|
|
|
|
"fileInput": "automated"
|
2023-12-23 16:47:18 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"operation": "/api/v1/misc/auto-rename",
|
|
|
|
"parameters": {
|
2023-12-27 01:53:31 +01:00
|
|
|
"useFirstTextAsFallback": false,
|
|
|
|
"fileInput": "automated"
|
2023-12-23 16:47:18 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"_examples": {
|
|
|
|
"outputDir": "{outputFolder}/{folderName}",
|
|
|
|
"outputFileName": "{filename}-{pipelineName}-{date}-{time}"
|
|
|
|
},
|
2023-12-27 01:53:31 +01:00
|
|
|
"outputDir": "{outputFolder}",
|
2023-12-23 16:47:18 +01:00
|
|
|
"outputFileName": "{filename}"
|
|
|
|
}
|