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

Method get_text

pattern/web/pdf/layout.py:316–317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

314 return
315
316 def get_text(self):
317 return ''.join( obj.get_text() for obj in self if isinstance(obj, LTText) )
318
319
320## LTTextLine

Callers

nothing calls this directly

Calls 1

get_textMethod · 0.45

Tested by

no test coverage detected