dev-python/pymupdf4llm - 1.28.2 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/pymupdf4llm-1.28.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pymupdf4llm-1.28.2

Or alternatively:

emerge --autounmask-write -a =dev-python/pymupdf4llm-1.28.2

Package Information

Description:
Convert PDF documents to Markdown for LLM and RAG applications
Homepage:
https://github.com/pymupdf/pymupdf4llm https://pymupdf.readthedocs.io/en/latest/pymupdf4llm/ https://pypi.org/project/pymupdf4llm/
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
1.28.2 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=standalone
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="Convert PDF documents to Markdown for LLM and RAG applications"
HOMEPAGE="
	https://github.com/pymupdf/pymupdf4llm
	https://pymupdf.readthedocs.io/en/latest/pymupdf4llm/
	https://pypi.org/project/pymupdf4llm/
"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
	~dev-python/PyMuPDF-${PV}[${PYTHON_USEDEP}]
	~dev-python/pymupdf-layout-bin-${PV}[${PYTHON_USEDEP}]
	dev-python/tabulate[${PYTHON_USEDEP}]
	dev-python/psutil[${PYTHON_USEDEP}]
"
BDEPEND="dev-python/pipcl[${PYTHON_USEDEP}]"

PATCHES=( "${FILESDIR}/${P}-sdist-no-git.patch" )

# Tests require undeclared OCR engines and external lint tools.
RESTRICT="test"

Inherited Eclasses

Dependencies

RDEPEND

	~dev-python/PyMuPDF-1.28.2[]
	~dev-python/pymupdf-layout-bin-1.28.2[]
	dev-python/tabulate[]
	dev-python/psutil[]

BDEPEND

dev-python/pipcl[]