mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 23:54:14 +00:00
Fix test_parser_with_table
This commit is contained in:
parent
898e2a5b51
commit
48ef4443f3
@ -247,9 +247,6 @@ def test_parser_with_table(
|
|||||||
mode: str,
|
mode: str,
|
||||||
extract_tables: str,
|
extract_tables: str,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
|
||||||
from langchain_community.document_loaders.parsers.images import BaseImageBlobParser
|
|
||||||
|
|
||||||
parser_class = getattr(pdf_parsers, parser_factory)
|
parser_class = getattr(pdf_parsers, parser_factory)
|
||||||
|
|
||||||
parser = parser_class(
|
parser = parser_class(
|
||||||
|
Loading…
Reference in New Issue
Block a user