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

Method __init__

pattern/web/__init__.py:3323–3326  ·  view source on GitHub ↗

Plaintext parsed from the given PDF, given as a file path or a string.

(self, data, format=None)

Source from the content-addressed store, hash-verified

3321class PDF(object):
3322
3323 def __init__(self, data, format=None):
3324 """ Plaintext parsed from the given PDF, given as a file path or a string.
3325 """
3326 self.content = self._parse(data, format)
3327
3328 @property
3329 def string(self):

Callers

nothing calls this directly

Calls 1

_parseMethod · 0.95

Tested by

no test coverage detected