KeshavRa commited on
Commit
a289e51
·
verified ·
1 Parent(s): f6f33c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import pandas as pd
3
 
4
  # source: eagle0504/document-search-q-series
5
- def read_and_textify_advanced(files: List[str], chunk_size: int) -> List[str]:
6
  """
7
  Reads PDF files and extracts text from each page, breaking the text into specified segments.
8
  This function iterates over a list of uploaded PDF files, extracts text from each page,
 
2
  import pandas as pd
3
 
4
  # source: eagle0504/document-search-q-series
5
+ def read_and_textify_advanced(files, chunk_size):
6
  """
7
  Reads PDF files and extracts text from each page, breaking the text into specified segments.
8
  This function iterates over a list of uploaded PDF files, extracts text from each page,