MCPcopy
hub / github.com/impira/docquery / apply_ocr

Method apply_ocr

src/docquery/ocr_reader.py:68–69  ·  view source on GitHub ↗
(self, image: "Image.Image")

Source from the content-addressed store, hash-verified

66
67 @abc.abstractmethod
68 def apply_ocr(self, image: "Image.Image") -> Tuple[List[Any], List[List[int]]]:
69 raise NotImplementedError
70
71 @staticmethod
72 @abc.abstractmethod

Callers 2

contextMethod · 0.45
contextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected