MCPcopy Create free account
hub / github.com/chatdoc-com/OCRFlux / maximum

Method maximum

eval/eval_table_to_html_olmocr.py:36–39  ·  view source on GitHub ↗

Get maximum possible value

(*sequences)

Source from the content-addressed store, hash-verified

34class CustomConfig(Config):
35 @staticmethod
36 def maximum(*sequences):
37 """Get maximum possible value
38 """
39 return max(map(len, sequences))
40
41 def normalized_distance(self, *sequences):
42 """Get distance from 0 to 1

Callers 1

normalized_distanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected