From 6922950a0aaa2f119b2042b94f08d0ddec3d0d26 Mon Sep 17 00:00:00 2001 From: Philippe Prados Date: Mon, 10 Mar 2025 09:33:26 +0100 Subject: [PATCH] Fix revu --- libs/community/langchain_community/document_loaders/pdf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libs/community/langchain_community/document_loaders/pdf.py b/libs/community/langchain_community/document_loaders/pdf.py index 2454026effa..78e181cf642 100644 --- a/libs/community/langchain_community/document_loaders/pdf.py +++ b/libs/community/langchain_community/document_loaders/pdf.py @@ -1477,12 +1477,6 @@ class ZeroxPDFLoader(BasePDFLoader): Note - Refer: https://docs.litellm.ai/docs/providers to pass correct model name as according to provider it might be different from actual name. - output_dir: - The directory to save the markdown output, defaults to None - temp_dir: - The directory to store temporary files, defaults to some named folder - in system's temp directory. If already exists, the contents will be - deleted for zerox uses it. custom_system_prompt: The system prompt to use for the model, this overrides the default system prompt of zerox. Generally it is not required unless you want