MCPcopy Create free account
hub / github.com/Topdu/OpenOCR / _call_rec

Method _call_rec

openocr.py:249–251  ·  view source on GitHub ↗

Call recognition task

(self, image_path=None, batch_num=1, **kwargs)

Source from the content-addressed store, hash-verified

247 return self.model(img_path=image_path, **kwargs)
248
249 def _call_rec(self, image_path=None, batch_num=1, **kwargs):
250 """Call recognition task"""
251 return self.model(img_path=image_path, batch_num=batch_num, **kwargs)
252
253 def _call_ocr(self, image_path=None, **kwargs):
254 """Call OCR task"""

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected