Spaces:
Running
Running
Update src/documentProcessing.py
Browse files
src/documentProcessing.py
CHANGED
@@ -6,6 +6,8 @@ import json
|
|
6 |
import time
|
7 |
import tempfile
|
8 |
from typing import Dict, Any, List, Optional
|
|
|
|
|
9 |
|
10 |
def extract_text_from_pdf(pdf_path):
|
11 |
text = ""
|
|
|
6 |
import time
|
7 |
import tempfile
|
8 |
from typing import Dict, Any, List, Optional
|
9 |
+
from src.quiz_processing import analyze_document
|
10 |
+
|
11 |
|
12 |
def extract_text_from_pdf(pdf_path):
|
13 |
text = ""
|