Skip to content

Commit

Permalink
Make toc asynchronous
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Jul 16, 2024
1 parent 0425c8e commit 9dee746
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ lxml==5.2.2
lightgbm==4.4.0
huggingface_hub==0.23.4
setuptools==70.2.0
roman~=4.2
roman==4.2
hydra-core==1.3.2
1 change: 0 additions & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from pdf_layout_analysis.get_xml import get_xml
from pdf_layout_analysis.run_pdf_layout_analysis import analyze_pdf
from pdf_layout_analysis.run_pdf_layout_analysis_fast import analyze_pdf_fast
from toc.extract_table_of_contents import extract_table_of_contents
from toc.get_toc import get_toc

service_logger.info(f"Is PyTorch using GPU: {torch.cuda.is_available()}")
Expand Down

0 comments on commit 9dee746

Please sign in to comment.