mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 06:19:05 +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()
|
private registry: Map<string, OcrBaseService> = new Map()
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
|
// TODO: Ensure builtin providers are in db.
|
||||||
// Register built-in providers
|
// Register built-in providers
|
||||||
this.register(BuiltinOcrProviderIds.tesseract, tesseractService)
|
this.register(BuiltinOcrProviderIds.tesseract, tesseractService)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user