Convert PPTX to text using python-pptx
Project description
pyconverters_pypowerpoint
Convert PPTX presentations to Markdown using python-pptx.
Features
- Converts PowerPoint slides to Markdown text (headings, lists, paragraphs, tables)
- Optionally segments the output by slide (one
Sentencespan per page) - Optionally extracts embedded images as base64 data URIs, either as Markdown links or as
AltTextobjects attached to the document - Registers as a
pyconvertersplugin under the entry pointpypowerpoint
Requirements
- Python ≥ 3.12
Installation
pip install pyconverters_pypowerpoint
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
one_segment_per_powerpoint_page |
bool |
False |
Add one Sentence span per slide in the output document |
include_image_base64_as_links |
bool |
False |
Embed images as  links in the Markdown text |
include_image_base64_as_altTexts |
bool |
False |
Attach images as AltText objects on the document (with mime-type property) |
Developing
Pre-requisites
Install uv:
pip install uv
Clone the repository:
git clone https://github.com/oterrier/pyconverters_pypowerpoint
cd pyconverters_pypowerpoint
Install the package with test dependencies:
uv sync --extra test
Running the test suite
uv run pytest
Linting
uv run ruff check .
uv run ruff format --check .
Building the documentation
uv run --extra docs sphinx-build docs docs/_build
The built documentation is available at docs/_build/index.html.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyconverters_pypowerpoint-0.6.11.tar.gz.
File metadata
- Download URL: pyconverters_pypowerpoint-0.6.11.tar.gz
- Upload date:
- Size: 102.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53d6aaba1ac23e19455059dc928685a9544d780233a215b29ca902706904bd5c
|
|
| MD5 |
97098ca0b5a930a22b50e14a4329f73a
|
|
| BLAKE2b-256 |
a111ed0905031e9295fe91feb46a153885226e0db307c0f25ac1d514c9c1f4d0
|
File details
Details for the file pyconverters_pypowerpoint-0.6.11-py3-none-any.whl.
File metadata
- Download URL: pyconverters_pypowerpoint-0.6.11-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e71f2805d4ad26f6b8a271a5016521a6fb21dc8d45c297963a412b3f920835e9
|
|
| MD5 |
6eb81ab7146199a2381c398eea78a3ee
|
|
| BLAKE2b-256 |
79a3dd7d24d38da5f601ea47498583a3dfc0ea18635f72d6e14774678129f03a
|