MCPcopy Create free account
hub / github.com/mindee/doctr / __init__

Method __init__

doctr/transforms/modules/base.py:161–163  ·  view source on GitHub ↗
(self, max_angle: float = 5.0, expand: bool = False)

Source from the content-addressed store, hash-verified

159 """
160
161 def __init__(self, max_angle: float = 5.0, expand: bool = False) -> None:
162 self.max_angle = max_angle
163 self.expand = expand
164
165 def extra_repr(self) -> str:
166 return f"max_angle={self.max_angle}, expand={self.expand}"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected