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

Method env

tools/data/lmdb_dataset_test.py:102–105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100
101 @property
102 def env(self):
103 if self._env is None:
104 self._env = self._create_env()
105 return self._env
106
107 def _preprocess_labels(self, charset, remove_whitespace, normalize_unicode,
108 max_label_len, min_image_dim):

Callers

nothing calls this directly

Calls 1

_create_envMethod · 0.95

Tested by

no test coverage detected