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 1c78325 commit 1227dbbCopy full SHA for 1227dbb
libs/community/tests/integration_tests/document_loaders/parsers/test_pdf_parsers.py
@@ -280,7 +280,7 @@ def _std_assert_with_parser(parser: BaseBlobParser) -> None:
280
assert not len(tables)
281
282
class EmptyImageBlobParser(BaseImageBlobParser):
283
- def _analyze_image(self, img: Image) -> str:
+ def _analyze_image(self, img: Image, format: str) -> str:
284
return ""
285
286
parser_class = getattr(pdf_parsers, parser_factory)
0 commit comments