Spaces:
Sleeping
Sleeping
Update spelling_grammar_checker.py
Browse files
spelling_grammar_checker.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import json
|
2 |
from openai_utils import get_ai_response
|
3 |
-
from ocr_extractor import process_file
|
4 |
from cv_prompt import get_spelling_grammar_prompt
|
5 |
|
6 |
# Load the error scoring data
|
|
|
1 |
import json
|
2 |
from openai_utils import get_ai_response
|
|
|
3 |
from cv_prompt import get_spelling_grammar_prompt
|
4 |
|
5 |
# Load the error scoring data
|