Metadata-Version: 2.4
Name: imagedata_format_pdf
Version: 0.0.3
Summary: Imagedata format plugin for reading PDF files as encapsulated PDF
Author-email: Erling Andersen <Erling.Andersen@Helse-Bergen.NO>
Maintainer-email: Erling Andersen <Erling.Andersen@Helse-Bergen.NO>
Project-URL: Documentation, https://imagedata.readthedocs.io
Project-URL: SourceCode, https://github.com/erling6232/imagedata_format_pdf
Keywords: dicom,python,medical,imaging,pdf
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: <3.15,>=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: imagedata<3.10,>=3.8.13
Requires-Dist: pypdfium2>5.0.0
Dynamic: license-file

######################
imagedata-format-pdf
######################

|Docs Badge| |buildstatus|  |coverage| |pypi|


Imagedata plugin for reading PDF files either as encapsulated PDF in DICOM, or as Series bitmap.

Plugin options:

+-------------------------+------------------------+------+-----------------------+
| Plugin                  | Option Name            |Type  | Usage                 |
+=========================+========================+======+=======================+
|read                     |encapsulate             |bool  |Encapsulate PDF as PDF.|
|                         |                        |      |Default: True          |
|                         |                        |      |When False, the PDF is |
|                         |                        |      |rendered as a bitmap.  |
+-------------------------+------------------------+------+-----------------------+
|read                     |dpi                     |float |DPI when rendering as a|
|                         |                        |      |bitmap.                |
|                         |                        |      |Default: 72 dpi        |
+-------------------------+------------------------+------+-----------------------+
|read                     |rotation                |float |Rotate image.          |
|                         |                        |      |Default: 0 degrees     |
+-------------------------+------------------------+------+-----------------------+

.. |Docs Badge| image:: https://readthedocs.org/projects/imagedata/badge/
    :alt: Documentation Status
    :target: https://imagedata.readthedocs.io


.. |buildstatus| image:: https://github.com/erling6232/imagedata_format_pdf/actions/workflows/build_wheels.yml/badge.svg
    :target: https://github.com/erling6232/imagedata_format_pdf/actions?query=branch%3Amain
    :alt: Build Status

.. _buildstatus: https://github.com/erling6232/imagedata_format_pdf/actions

.. |coverage| image:: https://codecov.io/gh/erling6232/imagedata_format_pdf/branch/main/graph/badge.svg?token=5D3JDRKXZV
    :alt: Coverage
    :target: https://codecov.io/gh/erling6232/imagedata_format_pdf

.. |pypi| image:: https://img.shields.io/pypi/v/imagedata-format-pdf.svg
    :target: https://pypi.python.org/pypi/imagedata-format-pdf
    :alt: PyPI Version

