mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +00:00
Update pipeline_options.py
Added this line in EasyOcrOptions function recog_network: Optional[str] = 'standard' Signed-off-by: itsainii <aininawawii@gmail.com>
This commit is contained in:
parent
6cb344c047
commit
424c422439
@ -140,6 +140,7 @@ class EasyOcrOptions(OcrOptions):
|
||||
use_gpu: Optional[bool] = None
|
||||
|
||||
model_storage_directory: Optional[str] = None
|
||||
recog_network: Optional[str] = 'standard'
|
||||
download_enabled: bool = True
|
||||
|
||||
model_config = ConfigDict(
|
||||
|
Loading…
Reference in New Issue
Block a user