pyconverters-openai_vision 0.5.26__tar.gz → 0.5.28__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/PKG-INFO +1 -1
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/pyconverters_openai_vision/__init__.py +1 -1
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/pyconverters_openai_vision/openai_vision.py +1 -1
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/setup.py +1 -1
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/.dockerignore +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/.gitignore +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/Dockerfile +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/Jenkinsfile +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/README.md +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/bumpversion.py +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/pyconverters_openai_vision/openai_utils.py +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/pyproject.toml +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tests/__init__.py +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tests/data/ENG product fact files_general offer_2025_30pages.json +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tests/data/ENG product fact files_general offer_2025_30pages_alts.json +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tests/data/ENG product fact files_general offer_2025_30pages_descs.json +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tests/data/PC_Kairntech_LLM_v1.md.json +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tests/data/colducoq.jpg +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tests/data/webinar.png +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tests/test_openai_vision.py +0 -0
- {pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tox.ini +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""OpenAIVision converter"""
|
|
2
|
-
__version__ = "0.5.
|
|
2
|
+
__version__ = "0.5.28"
|
|
@@ -276,7 +276,7 @@ def guess_kind(base64_src):
|
|
|
276
276
|
return kind
|
|
277
277
|
|
|
278
278
|
|
|
279
|
-
class OpenAIVisionProcessorBaseParameters(
|
|
279
|
+
class OpenAIVisionProcessorBaseParameters(ProcessorParameters):
|
|
280
280
|
base_url: str = Field(
|
|
281
281
|
None,
|
|
282
282
|
description="""OpenAI endpoint base url""", extra="advanced"
|
|
@@ -48,7 +48,7 @@ entry_points = \
|
|
|
48
48
|
'pyconverters_openai_vision.openai_vision:OpenAIVisionProcessor']}
|
|
49
49
|
|
|
50
50
|
setup(name='pyconverters-openai_vision',
|
|
51
|
-
version='0.5.
|
|
51
|
+
version='0.5.28',
|
|
52
52
|
description='OpenAIVision converter',
|
|
53
53
|
author='Olivier Terrier',
|
|
54
54
|
author_email='olivier.terrier@kairntech.com',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tests/data/colducoq.jpg
RENAMED
|
File without changes
|
{pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tests/data/webinar.png
RENAMED
|
File without changes
|
{pyconverters_openai_vision-0.5.26 → pyconverters_openai_vision-0.5.28}/tests/test_openai_vision.py
RENAMED
|
File without changes
|
|
File without changes
|