samyak152002 commited on
Commit
e5592bc
1 Parent(s): b41ec0e

Update annotations.py

Browse files
Files changed (1) hide show
  1. annotations.py +1 -1
annotations.py CHANGED
@@ -1,7 +1,7 @@
1
  import fitz # PyMuPDF
2
  from typing import List, Dict, Any, Tuple
3
  import language_tool_python
4
- import io
5
 
6
  def extract_pdf_text(file) -> str:
7
  """Extracts full text from a PDF file using PyMuPDF."""
 
1
  import fitz # PyMuPDF
2
  from typing import List, Dict, Any, Tuple
3
  import language_tool_python
4
+ import io
5
 
6
  def extract_pdf_text(file) -> str:
7
  """Extracts full text from a PDF file using PyMuPDF."""