LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
version.txt
docx_from_pdf/__init__.py
docx_from_pdf/converter.py
docx_from_pdf/main.py
docx_from_pdf.egg-info/PKG-INFO
docx_from_pdf.egg-info/SOURCES.txt
docx_from_pdf.egg-info/dependency_links.txt
docx_from_pdf.egg-info/entry_points.txt
docx_from_pdf.egg-info/not-zip-safe
docx_from_pdf.egg-info/requires.txt
docx_from_pdf.egg-info/top_level.txt
docx_from_pdf/backend/__init__.py
docx_from_pdf/backend/pdfium.py
docx_from_pdf/common/Block.py
docx_from_pdf/common/Collection.py
docx_from_pdf/common/Element.py
docx_from_pdf/common/__init__.py
docx_from_pdf/common/algorithm.py
docx_from_pdf/common/constants.py
docx_from_pdf/common/docx.py
docx_from_pdf/common/geometry.py
docx_from_pdf/common/share.py
docx_from_pdf/font/Fonts.py
docx_from_pdf/font/__init__.py
docx_from_pdf/gui/App.py
docx_from_pdf/gui/MainFrame.py
docx_from_pdf/gui/__init__.py
docx_from_pdf/image/Image.py
docx_from_pdf/image/ImageBlock.py
docx_from_pdf/image/ImageSpan.py
docx_from_pdf/image/ImagesExtractor.py
docx_from_pdf/image/__init__.py
docx_from_pdf/layout/Blocks.py
docx_from_pdf/layout/Column.py
docx_from_pdf/layout/Layout.py
docx_from_pdf/layout/Section.py
docx_from_pdf/layout/Sections.py
docx_from_pdf/layout/__init__.py
docx_from_pdf/page/BasePage.py
docx_from_pdf/page/Page.py
docx_from_pdf/page/Pages.py
docx_from_pdf/page/RawPage.py
docx_from_pdf/page/RawPageFactory.py
docx_from_pdf/page/RawPagePdfium.py
docx_from_pdf/page/__init__.py
docx_from_pdf/shape/Path.py
docx_from_pdf/shape/Paths.py
docx_from_pdf/shape/Shape.py
docx_from_pdf/shape/Shapes.py
docx_from_pdf/shape/__init__.py
docx_from_pdf/table/Border.py
docx_from_pdf/table/Cell.py
docx_from_pdf/table/Cells.py
docx_from_pdf/table/Row.py
docx_from_pdf/table/Rows.py
docx_from_pdf/table/TableBlock.py
docx_from_pdf/table/TableStructure.py
docx_from_pdf/table/TablesConstructor.py
docx_from_pdf/table/__init__.py
docx_from_pdf/text/Char.py
docx_from_pdf/text/Line.py
docx_from_pdf/text/Lines.py
docx_from_pdf/text/Spans.py
docx_from_pdf/text/TextBlock.py
docx_from_pdf/text/TextSpan.py
docx_from_pdf/text/__init__.py
test/test.py
test/samples/demo-blank.pdf
test/samples/demo-image-colorspace.pdf
test/samples/demo-image-floating.pdf
test/samples/demo-image-overlap.pdf
test/samples/demo-image-rotation.pdf
test/samples/demo-image-vector-graphic.pdf
test/samples/demo-image.pdf
test/samples/demo-issue-340.pdf
test/samples/demo-issue-346.pdf
test/samples/demo-path-transformation.pdf
test/samples/demo-section-spacing.pdf
test/samples/demo-section.pdf
test/samples/demo-table-align-borders.pdf
test/samples/demo-table-border-style.pdf
test/samples/demo-table-bottom.pdf
test/samples/demo-table-close-underline.pdf
test/samples/demo-table-empty-cell.pdf
test/samples/demo-table-lattice-one-cell.pdf
test/samples/demo-table-lattice.pdf
test/samples/demo-table-nested.pdf
test/samples/demo-table-shading-highlight.pdf
test/samples/demo-table-shading.pdf
test/samples/demo-table-stream.pdf
test/samples/demo-table-weird.pdf
test/samples/demo-table.pdf
test/samples/demo-text-alignment.pdf
test/samples/demo-text-hidden.pdf
test/samples/demo-text-scaling.pdf
test/samples/demo-text-unnamed-fonts.pdf
test/samples/demo-text-vertical.pdf
test/samples/demo-text.pdf
test/samples/demo-whisper_2_3.pdf
test/samples/demo.pdf