mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
use rapidocr
This commit is contained in:
parent
08e54ec5c1
commit
c59f932bf0
10 changed files with 292 additions and 284 deletions
|
|
@ -41,6 +41,7 @@ class PreloadModelData(BaseModel):
|
|||
|
||||
class MaxBatchSize(BaseModel):
|
||||
facial_recognition: int | None = None
|
||||
text_recognition: int | None = None
|
||||
|
||||
|
||||
class Settings(BaseSettings):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue