mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +00:00
Add Easyocr recog_network parameter
Signed-off-by: itsainii <aininawawii@gmail.com>
This commit is contained in:
parent
44f74b4387
commit
8d6dbd61c1
@ -140,7 +140,7 @@ class EasyOcrOptions(OcrOptions):
|
||||
use_gpu: Optional[bool] = None
|
||||
|
||||
model_storage_directory: Optional[str] = None
|
||||
recog_network: Optional[str] = 'standard'
|
||||
recog_network: Optional[str] = "standard"
|
||||
download_enabled: bool = True
|
||||
|
||||
model_config = ConfigDict(
|
||||
|
Loading…
Reference in New Issue
Block a user