Skip to content

Commit da4bd3d

Browse files
authored
Merge pull request #19 from gweakliem/claude/issue-18-20250905-0337
Add PDF text extraction tool
2 parents e9ffab3 + 7af2692 commit da4bd3d

7 files changed

Lines changed: 780 additions & 6 deletions

File tree

composables/useUtilities.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ export const useUtilities = () => {
7878
icon: 'mdi:file-tree',
7979
description: 'Pyspark Conversion Tools'
8080
},
81+
{
82+
id: 'pdf-extract',
83+
name: 'PDF Text Extractor',
84+
path: '/utils/pdf-extract',
85+
icon: 'mdi:file-pdf-box',
86+
description: 'Extract text from PDF files'
87+
},
8188
{
8289
id: 'feedback',
8390
name: 'Feedback',

0 commit comments

Comments
 (0)