Spaces:
Build error
Build error
Commit ·
20c52cf
1
Parent(s): a0b6dfc
updated
Browse files- PDF_Reader.py +0 -1
PDF_Reader.py
CHANGED
|
@@ -33,7 +33,6 @@ def read_pdf_text(pdf_path):
|
|
| 33 |
|
| 34 |
text_splitter = RecursiveCharacterTextSplitter(chunk_size=10000, chunk_overlap=1000)
|
| 35 |
text_chunks = text_splitter.split_text(text)
|
| 36 |
-
text_chunks =
|
| 37 |
return text_chunks
|
| 38 |
|
| 39 |
def read_pdf(pdf_path):
|
|
|
|
| 33 |
|
| 34 |
text_splitter = RecursiveCharacterTextSplitter(chunk_size=10000, chunk_overlap=1000)
|
| 35 |
text_chunks = text_splitter.split_text(text)
|
|
|
|
| 36 |
return text_chunks
|
| 37 |
|
| 38 |
def read_pdf(pdf_path):
|