Spaces:
Build error
Build error
root
commited on
Commit
·
d882a04
1
Parent(s):
1b0b994
minor changes
Browse files
app.py
CHANGED
@@ -29,6 +29,7 @@ def extract_check_info(img):
|
|
29 |
poller = document_analysis_client.begin_analyze_document(
|
30 |
"prebuilt-document", document=f)
|
31 |
document_data = poller.result()
|
|
|
32 |
content = document_data.content.strip()
|
33 |
QA_input = {
|
34 |
'question': 'What is the IFSC code?',
|
|
|
29 |
poller = document_analysis_client.begin_analyze_document(
|
30 |
"prebuilt-document", document=f)
|
31 |
document_data = poller.result()
|
32 |
+
os.remove("upload.jpg")
|
33 |
content = document_data.content.strip()
|
34 |
QA_input = {
|
35 |
'question': 'What is the IFSC code?',
|