Merge pull request #11 from weartist/main

delete never used variable
pull/17/head
Bhaskar Tripathi 1 year ago committed by GitHub
commit eeb90376af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,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