Skip to content

Commit

Permalink
style(rapidocr-options): fix alignment of rec_keys_path comment
Browse files Browse the repository at this point in the history
Adjusted the alignment of the comment for `rec_keys_path` to maintain consistent formatting. No functional changes were made.

Signed-off-by: Yorick Terweijden <[email protected]>
  • Loading branch information
terwey committed Jan 27, 2025
1 parent d2f9f05 commit bf31fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docling/datamodel/pipeline_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class RapidOcrOptions(OcrOptions):
det_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_keys_path: Optional[str] = None # same default as rapidocr
rec_keys_path: Optional[str] = None # same default as rapidocr

model_config = ConfigDict(
extra="forbid",
Expand Down

0 comments on commit bf31fdd

Please sign in to comment.