yasserrmd commited on
Commit
cb49480
·
verified ·
1 Parent(s): 2fd0e2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def process_pdf_to_podcast(pdf_file):
30
  # Step 1: Extract Text from PDF
31
  shutil.copy(pdf_file, pdf_path)
32
 
33
- extractor = PDFTextExtractor(pdf_path,clean_text_path,text_model)
34
  clean_text_path = extractor.clean_and_save_text()
35
 
36
  # Display a preview of extracted text
 
30
  # Step 1: Extract Text from PDF
31
  shutil.copy(pdf_file, pdf_path)
32
 
33
+ extractor = PDFTextExtractor(pdf_path,clean_text_path)
34
  clean_text_path = extractor.clean_and_save_text()
35
 
36
  # Display a preview of extracted text