Skip to content

Commit

Permalink
add parsed chapters to DB
Browse files Browse the repository at this point in the history
  • Loading branch information
blindsphynx committed Dec 6, 2023
1 parent c5f3657 commit a799fe7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/main/reports/parse_file/parse_file.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from app.main.reports.docx_uploader import DocxUploader


def parse_headers_and_pages(chapters, docx):
text_on_page = docx.pdf_file.get_text_on_page()
keys = list(text_on_page.keys())
Expand Down

0 comments on commit a799fe7

Please sign in to comment.