Marthee commited on
Commit
5db2be4
·
verified ·
1 Parent(s): aef0069

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def identify_headers_with_openrouter(pdf_path, model, LLM_prompt, pages_to_check
129
  # toc_pages = get_toc_page_numbers(doc)
130
  lines_for_prompt = []
131
  pgestoRun=20
132
- logger.info(f"TOC pages to skip: {toc_pages}")
133
  logger.info(f"Total pages in document: {pgestoRun}")
134
 
135
  # Collect text lines from pages (skip TOC pages)
 
129
  # toc_pages = get_toc_page_numbers(doc)
130
  lines_for_prompt = []
131
  pgestoRun=20
132
+ # logger.info(f"TOC pages to skip: {toc_pages}")
133
  logger.info(f"Total pages in document: {pgestoRun}")
134
 
135
  # Collect text lines from pages (skip TOC pages)