mp-02 commited on
Commit
a54e5f6
·
verified ·
1 Parent(s): f88cfb3

Update inference.py

Browse files
Files changed (1) hide show
  1. 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(Image image)
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