ApsidalSolid4 commited on
Commit
c5610c9
·
verified ·
1 Parent(s): d611c30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -190,6 +190,7 @@ class OCRProcessor:
190
  }
191
  finally:
192
  # No need to close file handle as we're using bytes directly
 
193
 
194
  def _extract_text_from_result(self, result: Dict) -> str:
195
  """
 
190
  }
191
  finally:
192
  # No need to close file handle as we're using bytes directly
193
+ pass
194
 
195
  def _extract_text_from_result(self, result: Dict) -> str:
196
  """