markitdown-pro 1.3.2__tar.gz → 1.3.3__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.
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/PKG-INFO +3 -1
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro.egg-info/PKG-INFO +3 -1
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro.egg-info/requires.txt +2 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/setup.py +3 -1
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/README.md +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/__init__.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/common/__init__.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/common/isolated_worker.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/common/logger.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/common/schemas.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/common/utils.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/conversion_pipeline.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/__init__.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/azure_doc_intel_wrapper.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/azure_speech_wrapper.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/base.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/gpt_vision_wrapper.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/markitdown_wrapper.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/pymupdf_wrapper.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/tabular_wrapper.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/unstructured_wrapper.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/youtube_wrapper.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/__init__.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/audio_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/base_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/email_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/epub_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/image_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/ipynb_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/markitdown_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/markup_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/office_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/pdf_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/pst_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/tabular_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/handlers/text_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/services/__init__.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/services/azure_doc_intelligence.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/services/azure_speech.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/services/openai_services.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro.egg-info/SOURCES.txt +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro.egg-info/dependency_links.txt +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro.egg-info/top_level.txt +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/pyproject.toml +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/setup.cfg +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/tests/handlers/__init__.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/tests/handlers/test_email_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/tests/handlers/test_epub_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/tests/handlers/test_image_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/tests/handlers/test_ipynb_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/tests/handlers/test_markitdown_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/tests/handlers/test_markup_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/tests/handlers/test_pst_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/tests/handlers/test_tabular_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/tests/handlers/test_text_handler.py +0 -0
- {markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/tests/test_conversion_pipeline.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: markitdown-pro
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
4
4
|
Summary: A package that converts almost any file format to Markdown.
|
|
5
5
|
Author: Developer
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -29,6 +29,8 @@ Requires-Dist: youtube-transcript-api
|
|
|
29
29
|
Requires-Dist: tabulate
|
|
30
30
|
Requires-Dist: ebooklib
|
|
31
31
|
Requires-Dist: beautifulsoup4
|
|
32
|
+
Requires-Dist: cairosvg
|
|
33
|
+
Requires-Dist: pillow_heif
|
|
32
34
|
Dynamic: author
|
|
33
35
|
Dynamic: classifier
|
|
34
36
|
Dynamic: description
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: markitdown-pro
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
4
4
|
Summary: A package that converts almost any file format to Markdown.
|
|
5
5
|
Author: Developer
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -29,6 +29,8 @@ Requires-Dist: youtube-transcript-api
|
|
|
29
29
|
Requires-Dist: tabulate
|
|
30
30
|
Requires-Dist: ebooklib
|
|
31
31
|
Requires-Dist: beautifulsoup4
|
|
32
|
+
Requires-Dist: cairosvg
|
|
33
|
+
Requires-Dist: pillow_heif
|
|
32
34
|
Dynamic: author
|
|
33
35
|
Dynamic: classifier
|
|
34
36
|
Dynamic: description
|
|
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="markitdown-pro",
|
|
5
|
-
version="1.3.
|
|
5
|
+
version="1.3.3",
|
|
6
6
|
author="Developer",
|
|
7
7
|
description="A package that converts almost any file format to Markdown.",
|
|
8
8
|
long_description=open("README.md").read(),
|
|
@@ -33,6 +33,8 @@ setup(
|
|
|
33
33
|
"tabulate",
|
|
34
34
|
"ebooklib",
|
|
35
35
|
"beautifulsoup4",
|
|
36
|
+
"cairosvg",
|
|
37
|
+
"pillow_heif",
|
|
36
38
|
],
|
|
37
39
|
classifiers=[
|
|
38
40
|
"Programming Language :: Python :: 3",
|
|
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
|
{markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/azure_doc_intel_wrapper.py
RENAMED
|
File without changes
|
{markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/azure_speech_wrapper.py
RENAMED
|
File without changes
|
|
File without changes
|
{markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/gpt_vision_wrapper.py
RENAMED
|
File without changes
|
{markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/markitdown_wrapper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/converters/unstructured_wrapper.py
RENAMED
|
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
|
{markitdown_pro-1.3.2 → markitdown_pro-1.3.3}/markitdown_pro/services/azure_doc_intelligence.py
RENAMED
|
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
|