feat: split pdf

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-26 05:43:59 +00:00
parent c0297a187d
commit e6f54a3f2b
11 changed files with 427 additions and 68 deletions

View File

@@ -22,7 +22,8 @@ export type ToolCategory =
| 'list'
| 'json'
| 'csv'
| 'time';
| 'time'
| 'pdf';
export interface DefinedTool {
type: ToolCategory;