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

Class LTTextBoxVertical

pattern/web/pdf/layout.py:412–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410 return 'lr-tb'
411
412class LTTextBoxVertical(LTTextBox):
413
414 def analyze(self, laparams):
415 LTTextBox.analyze(self, laparams)
416 self._objs = csort(self._objs, key=lambda obj: -obj.x1)
417 return
418
419 def get_writing_mode(self):
420 return 'tb-rl'
421
422
423## LTTextGroup

Callers 1

get_textboxesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…