Skip to content

Commit 508e7e3

Browse files
committed
bumping up version
1 parent 3d49019 commit 508e7e3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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.7"
3+
version = "0.0.8"
44
description = "Library to extract data from files and documents agnositicaly using LLMs"
55
authors = ["Júlio Almeida <[email protected]>"]
66
readme = "README.md"

tests/classify.py

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
import asyncio
33
from dotenv import load_dotenv
44

5-
import sys
6-
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
7-
85
from extract_thinker.extractor import Extractor
96
from extract_thinker.process import Process, ClassificationStrategy
107
from extract_thinker.document_loader.document_loader_tesseract import DocumentLoaderTesseract

0 commit comments

Comments
 (0)