Spaces:
Sleeping
Sleeping
Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
@@ -36,7 +36,7 @@ def create_json_output(words, labels, boxes):
|
|
36 |
json_output = json.dumps(output, indent=4)
|
37 |
return json_output
|
38 |
|
39 |
-
def prediction(
|
40 |
|
41 |
boxes, words = OCR(image)
|
42 |
# Preprocessa l'immagine e il testo con il processore di LayoutLMv3
|
|
|
36 |
json_output = json.dumps(output, indent=4)
|
37 |
return json_output
|
38 |
|
39 |
+
def prediction(image)
|
40 |
|
41 |
boxes, words = OCR(image)
|
42 |
# Preprocessa l'immagine e il testo con il processore di LayoutLMv3
|