parallex 0.1.1__tar.gz → 0.1.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {parallex-0.1.1 → parallex-0.1.2}/PKG-INFO +4 -2
- {parallex-0.1.1 → parallex-0.1.2}/pyproject.toml +3 -2
- {parallex-0.1.1 → parallex-0.1.2}/LICENSE +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/README.md +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/__init__.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/ai/batch_processor.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/ai/open_ai_client.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/ai/output_processor.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/ai/uploader.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/file_management/converter.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/file_management/file_finder.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/file_management/utils.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/models/batch_file.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/models/image_file.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/models/page_response.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/models/parallex_callable_output.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/models/raw_file.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/models/upload_batch.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/parallex.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/utils/constants.py +0 -0
- {parallex-0.1.1 → parallex-0.1.2}/parallex/utils/logger.py +0 -0
@@ -1,7 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: parallex
|
3
|
-
Version: 0.1.
|
4
|
-
Summary:
|
3
|
+
Version: 0.1.2
|
4
|
+
Summary: PDF to markdown using Azure OpenAI batch processing
|
5
|
+
Home-page: https://github.com/Summed-AI/parallex
|
5
6
|
Author: Jeff Hostetler
|
6
7
|
Author-email: jeff@summed.ai
|
7
8
|
Requires-Python: >=3.12,<4.0
|
@@ -14,6 +15,7 @@ Requires-Dist: httpx (>=0.27.2,<0.28.0)
|
|
14
15
|
Requires-Dist: openai (>=1.54.4,<2.0.0)
|
15
16
|
Requires-Dist: pdf2image (>=1.17.0,<2.0.0)
|
16
17
|
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
|
18
|
+
Project-URL: Repository, https://github.com/Summed-AI/parallex
|
17
19
|
Description-Content-Type: text/markdown
|
18
20
|
|
19
21
|
# Parallex
|
@@ -1,8 +1,9 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "parallex"
|
3
|
-
version = "0.1.
|
4
|
-
description = ""
|
3
|
+
version = "0.1.2"
|
4
|
+
description = "PDF to markdown using Azure OpenAI batch processing"
|
5
5
|
authors = ["Jeff Hostetler <jeff@summed.ai>", "Kevin Bao <kevin@summed.ai>"]
|
6
|
+
repository = "https://github.com/Summed-AI/parallex"
|
6
7
|
readme = "README.md"
|
7
8
|
|
8
9
|
[tool.poetry.dependencies]
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|