use rapidocr

This commit is contained in:
mertalev 2025-06-10 17:34:52 -04:00
parent 08e54ec5c1
commit c59f932bf0
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
10 changed files with 292 additions and 284 deletions

View file

@ -41,6 +41,7 @@ class PreloadModelData(BaseModel):
class MaxBatchSize(BaseModel):
facial_recognition: int | None = None
text_recognition: int | None = None
class Settings(BaseSettings):