Skip to content

Commit

Permalink
add google search plugin (#2947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrickill authored Oct 22, 2024
1 parent 7ec2253 commit 445a389
Show file tree
Hide file tree
Showing 5 changed files with 563 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/plugins/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const staticPluginList = [
'Doc2X/URLImg2text',
`Doc2X/FilePDF2text`,
`Doc2X/FileImg2text`,
'feishu'
'feishu',
'google'
];
// Run in worker thread (Have npm packages)
const packagePluginList = [
Expand Down
Loading

0 comments on commit 445a389

Please sign in to comment.