Bentham commited on
Commit
68f361a
·
verified ·
1 Parent(s): 2c9191a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
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