We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3419e commit 1412491Copy full SHA for 1412491
marker/providers/image.py
@@ -46,4 +46,7 @@ def get_page_lines(self, idx: int) -> List[Line]:
46
return self.page_lines[idx]
47
48
def get_page_refs(self, idx: int) -> List[Reference]:
49
- return []
+ return []
50
+
51
+ def __exit__(self, exc_type, exc_val, exc_tb):
52
+ pass # images need to survive
0 commit comments