mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 11:44:28 +08:00
feat(ocr): 添加 Tesseract OCR 提供程序配置
This commit is contained in:
parent
6229cbd4d2
commit
277bf1dc74
@ -9,4 +9,12 @@ export function getOcrProviderLogo(providerId: string) {
|
||||
}
|
||||
}
|
||||
|
||||
export const OCR_PROVIDER_CONFIG = {}
|
||||
export const OCR_PROVIDER_CONFIG: BuiltinOcrProvider[] = [
|
||||
{
|
||||
id: 'tesseract',
|
||||
name: 'Tesseract',
|
||||
capabilities: {
|
||||
image: true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user