MCPcopy Create free account
hub / github.com/DocsaidLab/MRZScanner / __call__

Method __call__

mrzscanner/utils.py:77–78  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

75 return chars_list
76
77 def __call__(self, *args, **kwargs) -> List[List[str]]:
78 return self.decode(*args, **kwargs)

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected