MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / extract_words

Function extract_words

src/table.py:802–803  ·  view source on GitHub ↗
(chars: list, **kwargs)

Source from the content-addressed store, hash-verified

800
801
802def extract_words(chars: list, **kwargs) -> list:
803 return WordExtractor(**kwargs).extract_words(chars)
804
805
806TEXTMAP_KWARGS = inspect.signature(WordMap.to_textmap).parameters.keys()

Callers 1

get_edgesMethod · 0.85

Calls 2

WordExtractorClass · 0.85
extract_wordsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…