Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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,
|