1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: pdf2docx
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Elena Grandi <valhalla@debian.org>
Section: python
Build-Depends:
dh-python,
python3-setuptools,
python3-all,
debhelper-compat (= 13),
furo,
python3-docx,
python3-fire,
python3-fitz,
python3-fonttools,
python3-numpy,
python3-opencv,
python3-pip,
python3-pymupdf,
python3-pytest,
python3-pytest-cov,
python3-sphinx,
python3-sphinxcontrib.apidoc,
python3-sphinx-copybutton,
python3-tk,
Standards-Version: 4.7.3
Homepage: https://pdf2docx.readthedocs.io/en/latest/
Vcs-Git: https://salsa.debian.org/python-team/packages/pdf2docx.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pdf2docx
Package: python3-pdf2docx
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
python3-docx,
python3-fire,
python3-fitz,
python3-fonttools,
python3-numpy,
python3-opencv,
python3-pymupdf,
Description: Open source Python library converting pdf to docx
this is a Python library to extract data from PDF with PyMuPDF, parse layout
with rule, and generate docx files with python-docx.
|