Skip to content

Commit 133ad07

Browse files
committed
Minor var name fix
1 parent efbdabe commit 133ad07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

marker/builders/line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class LineBuilder(BaseBuilder):
8787
ocr_math_symbol_threshold: Annotated[
8888
int, "Minimum number of unicode math symbols to consider OCRing the page"
8989
] = 1
90-
super_sub_threshold: Annotated[
90+
ocr_supersub_threshold: Annotated[
9191
int, "Minimum number of superscript/subscript symbols to consider OCRing the page"
9292
] = 3
9393

0 commit comments

Comments
 (0)