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

Method batch_decode

openrec/preprocess/cmer_label_encode.py:1024–1025  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1022 return pixel_values, labels, length
1023
1024 def batch_decode(self, *args, **kwargs):
1025 return self.tokenizer.batch_decode(*args, **kwargs)

Callers 1

__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected