remove the unused variables

pull/79/head
Han 1 year ago committed by GitHub
parent 258a61a8bf
commit 46a6bd8722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,6 @@ def pdf_to_text(path, start_page=1, end_page=None):
def text_to_chunks(texts, word_length=150, start_page=1):
text_toks = [t.split(' ') for t in texts]
page_nums = []
chunks = []
for idx, words in enumerate(text_toks):

Loading…
Cancel
Save