enhancecovertdocx
This commit is contained in:
parent
a0023e691c
commit
d3a5c6e215
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ class HtmlConverter(DocumentConverter):
|
|||
webpage_text = _CustomMarkdownify(**kwargs).convert_soup(soup)
|
||||
|
||||
assert isinstance(webpage_text, str)
|
||||
converter = _CustomMarkdownify(image_output_dir="assets")
|
||||
# remove leading and trailing \n
|
||||
webpage_text = webpage_text.strip()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue