mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
refactor(config): 重命名OCR_PROVIDER_CONFIG为BUILTIN_OCR_PROVIDERS以更准确描述用途
This commit is contained in:
parent
250dd53c97
commit
d537442be8
@ -11,7 +11,7 @@ export function getOcrProviderLogo(providerId: string) {
|
||||
return undefined
|
||||
}
|
||||
|
||||
export const OCR_PROVIDER_CONFIG: BuiltinOcrProvider[] = [
|
||||
export const BUILTIN_OCR_PROVIDERS: BuiltinOcrProvider[] = [
|
||||
{
|
||||
id: 'tesseract',
|
||||
name: 'Tesseract',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user