Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -571,6 +571,7 @@ def reinsert_images(html_content: str, images_data: Dict[str, Dict[str, str]]) -
|
|
571 |
|
572 |
return str(soup)
|
573 |
|
|
|
574 |
def pdf_to_html(input_filename: str) -> str:
|
575 |
soup = BeautifulSoup("<html><head></head><body></body></html>", 'html.parser')
|
576 |
body = soup.body
|
|
|
571 |
|
572 |
return str(soup)
|
573 |
|
574 |
+
|
575 |
def pdf_to_html(input_filename: str) -> str:
|
576 |
soup = BeautifulSoup("<html><head></head><body></body></html>", 'html.parser')
|
577 |
body = soup.body
|