mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-02 15:32:30 +00:00
style(rapidocr-options): fix alignment of rec_keys_path
comment
Adjusted the alignment of the comment for `rec_keys_path` to maintain consistent formatting. No functional changes were made. Signed-off-by: Yorick Terweijden <yorick@spread.ai>
This commit is contained in:
parent
d2f9f050ce
commit
bf31fdd0b8
@ -125,7 +125,7 @@ class RapidOcrOptions(OcrOptions):
|
|||||||
det_model_path: Optional[str] = None # same default as rapidocr
|
det_model_path: Optional[str] = None # same default as rapidocr
|
||||||
cls_model_path: Optional[str] = None # same default as rapidocr
|
cls_model_path: Optional[str] = None # same default as rapidocr
|
||||||
rec_model_path: Optional[str] = None # same default as rapidocr
|
rec_model_path: Optional[str] = None # same default as rapidocr
|
||||||
rec_keys_path: Optional[str] = None # same default as rapidocr
|
rec_keys_path: Optional[str] = None # same default as rapidocr
|
||||||
|
|
||||||
model_config = ConfigDict(
|
model_config = ConfigDict(
|
||||||
extra="forbid",
|
extra="forbid",
|
||||||
|
Loading…
Reference in New Issue
Block a user