File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ class EasyOcrOptions(OcrOptions):
142
142
confidence_threshold : float = 0.65
143
143
144
144
model_storage_directory : Optional [str ] = None
145
+ recog_network : Optional [str ] = "standard"
145
146
download_enabled : bool = True
146
147
147
148
model_config = ConfigDict (
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ def __init__(
66
66
lang_list = self .options .lang ,
67
67
gpu = use_gpu ,
68
68
model_storage_directory = self .options .model_storage_directory ,
69
+ recog_network = self .options .recog_network ,
69
70
download_enabled = self .options .download_enabled ,
70
71
verbose = False ,
71
72
)
Original file line number Diff line number Diff line change 75
75
- " Table export " : examples/export_tables.py
76
76
- " Multimodal export " : examples/export_multimodal.py
77
77
- " Force full page OCR " : examples/full_page_ocr.py
78
- - " Accelerator options " : examples/run_with_acclerators .py
78
+ - " Accelerator options " : examples/run_with_accelerator .py
79
79
- Chunking :
80
80
- " Hybrid chunking " : examples/hybrid_chunking.ipynb
81
81
- RAG / QA :
You can’t perform that action at this time.
0 commit comments