We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20e0448 + 20daeb9 commit 968f8a4Copy full SHA for 968f8a4
extract_thinker/document_loader/document_loader_doc2txt.py
@@ -1,7 +1,6 @@
1
from typing import Any, Dict, List, Union
2
from io import BytesIO
3
import docx2txt
4
-import pytest
5
from extract_thinker.document_loader.cached_document_loader import CachedDocumentLoader
6
from cachetools import cachedmethod
7
from cachetools.keys import hashkey
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "extract_thinker"
-version = "0.0.28"
+version = "0.0.29"
description = "Library to extract data from files and documents agnositicaly using LLMs"
authors = ["Júlio Almeida <enoch3712@gmail.com>"]
readme = "README.md"
0 commit comments