Skip to main content

A package to process PDFs for testing colorblind accessibility.

Project description

colorblind_pdf

PyPI Python Version License Downloads Issues Pull Requests

colorblind_pdf is a tool designed to test the accessibility of PDF documents for individuals with color vision deficiencies. It processes PDFs to simulate how the contained images would appear to someone with various types of color vision deficiencies, such as deuteranopia, protanopia, and tritanopia.

Installation

To install colorblind_pdf, use pipx for an isolated installation:

pipx install colorblind_pdf

Usage

To use colorblind_pdf, provide the path to the PDF you want to process, the output directory, and specify the type of color deficiency simulation. For example:

Most simple way:

colorblind_pdf my_document.pdf

Default values

-o/--output_dir: current directory ('.')

-d/--deficiency_type: all deficiencies ('all')

-D/--dpi: resolution (default: 150 DPI)

--merge: merge the outputs into a single file where each page is a mosaic

-O/--overlay: merged output will get an overlay over the subpages

The test.pdf with merged, overlayed output should look like this:

merged example

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request on our GitHub repository.

License

Distributed under the MIT License. See LICENSE for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colorblind_pdf-0.2.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

colorblind_pdf-0.2.0-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page