Skip to content

Commit

Permalink
DocumentLoaderData added to init
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch3712 committed Feb 21, 2025
1 parent b8b6415 commit 2adf570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extract_thinker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
from .document_loader.document_loader_doc2txt import DocumentLoaderDoc2txt
from .document_loader.document_loader_aws_textract import DocumentLoaderAWSTextract
from .document_loader.document_loader_llm_image import DocumentLoaderLLMImage
from .document_loader.document_loader_data import DocumentLoaderData
from .document_loader.document_loader_google_document_ai import (
DocumentLoaderGoogleDocumentAI,
DocumentLoaderDocumentAI,
Expand All @@ -50,6 +51,7 @@
'DocumentLoaderGoogleDocumentAI',
'DocumentLoaderDocumentAI',
'DocumentLoaderMarkItDown',
'DocumentLoaderData',
'Classification',
'CompletionStrategy',
'DocumentLoaderDocling',
Expand Down

0 comments on commit 2adf570

Please sign in to comment.