mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
docs(ocr): add todo comment for builtin providers registration
This commit is contained in:
parent
4dcfe276ac
commit
3250d982fc
@ -16,6 +16,7 @@ export class OcrService {
|
||||
private registry: Map<string, OcrBaseService> = new Map()
|
||||
|
||||
constructor() {
|
||||
// TODO: Ensure builtin providers are in db.
|
||||
// Register built-in providers
|
||||
this.register(BuiltinOcrProviderIds.tesseract, tesseractService)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user