更新readme

This commit is contained in:
xunbu
2025-08-01 19:18:28 +08:00
parent d97b86ebc3
commit 3829148f6b
2 changed files with 239 additions and 249 deletions

View File

@@ -24,7 +24,7 @@ IMAGE_RESOLUTION_SCALE = 4
class ConverterDoclingConfig(X2MarkdownConverterConfig):
code_ocr: bool = True
formula_ocr: bool = True
artifact: Path | None = None
artifact: Path |str| None = None
def gethash(self):
return self.code_ocr,self.formula_ocr