Ross ROSS = Recommend OSS · open-source software intelligence for agents

euske/pdfminer

Python PDF Parser (Not actively maintained). Check out pdfminer.six. observed · 2026-08-28

github.com/euske/pdfminer · homepage · Python · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5743
  • days_rel: n/a
  • days_push: 1365
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

5273 stars · 1110 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

PDFMiner is a pure-Python library and CLI tool for parsing PDF documents and extracting text along with layout information such as fonts, positions, and writing direction. It can convert PDFs to text, HTML, or XML and provides an extensible PDF parser, though it is no longer actively maintained in favor of the pdfminer.six fork.

Use cases

  • extract text from pdf files in python
  • convert pdf to html or xml
  • get font and position information from pdf text
  • parse pdf layout and structure
  • extract table of contents from pdf
  • handle cjk and vertical writing text in pdfs
  • debug pdf internal structure

When to choose

  • you need detailed layout and font metadata from PDFs
  • you must support CJK languages or vertical writing
  • you want a pure-Python dependency with no native binaries
  • you need an extensible PDF parser for custom analysis

When to avoid

  • starting a new project - use pdfminer.six instead
  • you need OCR for scanned image-based PDFs
  • you need actively maintained software with security fixes
  • you need high-performance bulk PDF processing

Facets

library · maturity abandoned

parser pdf nlp ocr pdf developer-tools python cross-platform cli pdf-parser text-extraction layout-analysis pdf-to-text pdfminer-six-fork natural-language-processing

3 sources

Member repositories

RepositoryRoleHealth v2
euske/pdfminermain10

For agents

markdown · JSON · MCP: product_card(name="euske/pdfminer")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem