Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import json
|
|
8 |
import hashlib
|
9 |
from pathlib import Path
|
10 |
from typing import List, Dict, Any, Tuple
|
11 |
-
import
|
12 |
import docx
|
13 |
import fitz # pymupdf
|
14 |
from unstructured.partition.auto import partition
|
|
|
8 |
import hashlib
|
9 |
from pathlib import Path
|
10 |
from typing import List, Dict, Any, Tuple
|
11 |
+
import PyPDF2
|
12 |
import docx
|
13 |
import fitz # pymupdf
|
14 |
from unstructured.partition.auto import partition
|