Bentham commited on
Commit
33c217c
·
verified ·
1 Parent(s): 65a1e31

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -755,7 +755,7 @@ async def convert_file_to_txt(
755
  html_content = convert_with_pandoc(input_filename, input_format)
756
 
757
  if ext == '.docx':
758
- logging.debug(f"DEBUG CONVERT_TO_TXT (.docx): HTML après conversion Pandoc : {html_content[:500]}...")
759
 
760
  # Nettoyage et extraction des images
761
  image_counter = [1]
 
755
  html_content = convert_with_pandoc(input_filename, input_format)
756
 
757
  if ext == '.docx':
758
+ logging.debug(f"DEBUG CONVERT_TO_TXT (.docx): HTML après conversion Pandoc : {html_content[:500]}...")
759
 
760
  # Nettoyage et extraction des images
761
  image_counter = [1]