fix: markdown proc will remove image (#5855)

pull/6252/head
tangyoha 2 years ago committed by GitHub
parent c564f32ab6
commit 0cbbaf3f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,8 +18,8 @@ class MarkdownExtractor(BaseExtractor):
def __init__( def __init__(
self, self,
file_path: str, file_path: str,
remove_hyperlinks: bool = True, remove_hyperlinks: bool = False,
remove_images: bool = True, remove_images: bool = False,
encoding: Optional[str] = None, encoding: Optional[str] = None,
autodetect_encoding: bool = True, autodetect_encoding: bool = True,
): ):

Loading…
Cancel
Save