Skip to content

Commit 968f8a4

Browse files
authored
Merge pull request #137 from enoch3712/135-docx2txt-module-not-found
fixing the doc2txt not present
2 parents 20e0448 + 20daeb9 commit 968f8a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

extract_thinker/document_loader/document_loader_doc2txt.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from typing import Any, Dict, List, Union
22
from io import BytesIO
33
import docx2txt
4-
import pytest
54
from extract_thinker.document_loader.cached_document_loader import CachedDocumentLoader
65
from cachetools import cachedmethod
76
from cachetools.keys import hashkey

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "extract_thinker"
3-
version = "0.0.28"
3+
version = "0.0.29"
44
description = "Library to extract data from files and documents agnositicaly using LLMs"
55
authors = ["Júlio Almeida <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)