mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(tools): 2.0 phase 5 wave 2 - pdf depth (21 tools) (#220)
This commit is contained in:
@@ -18,6 +18,13 @@ export const TOOL_SETTINGS_OVERRIDES: Record<string, unknown> = {
|
||||
"trim-video": { startS: 0, endS: 5 },
|
||||
"trim-audio": { startS: 0, endS: 5 },
|
||||
"split-pdf": { mode: "range", range: "1" },
|
||||
"extract-pages": { range: "1" },
|
||||
"remove-pages": { pages: "2" },
|
||||
"organize-pdf": { order: "1-z" },
|
||||
"protect-pdf": { userPassword: "test123" },
|
||||
"unlock-pdf": { password: "test123" },
|
||||
"watermark-pdf": { text: "CONFIDENTIAL" },
|
||||
"redact-pdf": { terms: ["test"] },
|
||||
};
|
||||
|
||||
export function defaultSettingsFor(toolId: string): unknown {
|
||||
|
||||
Reference in New Issue
Block a user