MCPcopy Index your code
hub / github.com/clips/pattern / analyze

Method analyze

pattern/web/pdf/layout.py:334–337  ·  view source on GitHub ↗
(self, laparams)

Source from the content-addressed store, hash-verified

332 self.get_text()))
333
334 def analyze(self, laparams):
335 LTTextContainer.analyze(self, laparams)
336 LTContainer.add(self, LTAnon('\n'))
337 return
338
339 def find_neighbors(self, plane, ratio):
340 raise NotImplementedError

Callers

nothing calls this directly

Calls 3

LTAnonClass · 0.85
analyzeMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected