awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

19 Repos

Awesome GitHub RepositoriesPDF Processing Engines

Server-side environments and orchestrators designed for high-volume, automated PDF transformation and pipeline management.

Explore 19 awesome GitHub repositories matching content management & publishing · PDF Processing Engines. Refine with filters or upvote what's useful.

Awesome PDF Processing Engines GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • frooodle/stirling-pdfAvatar von Frooodle

    Frooodle/Stirling-PDF

    81,168Auf GitHub ansehen↗

    Stirling-PDF is a web-based PDF management suite used for editing, merging, splitting, and converting PDF documents. It functions as a self-hosted document manager, providing a centralized interface for users to manipulate files on a private server. The system features a workflow automation engine that allows for the creation of processing pipelines to handle large volumes of documents without writing custom code. It also includes an optical character recognition tool to convert scanned PDFs into searchable and editable text. Access is managed through single sign-on integration and OIDC comp

    Provides a workflow engine to chain multiple PDF operations into automated processing pipelines.

    Java
    Auf GitHub ansehen↗81,168
  • stirling-tools/stirling-pdfAvatar von Stirling-Tools

    Stirling-Tools/Stirling-PDF

    81,109Auf GitHub ansehen↗

    Stirling-PDF is a self-hosted document processing suite designed for secure, private file management. It functions as a comprehensive transformation engine that executes complex operations—such as merging, splitting, converting, and redacting documents—directly on the host machine. The platform provides both a browser-based interface for interactive editing and a programmatic, API-first architecture that allows for the automation of document workflows through standard HTTP requests. The project distinguishes itself through its focus on private, infrastructure-agnostic deployment and granular

    Executes complex document transformations and rendering tasks locally to ensure data privacy.

    TypeScriptdockerhacktoberfestjava
    Auf GitHub ansehen↗81,109
  • vikparuchuri/markerAvatar von VikParuchuri

    VikParuchuri/marker

    36,164Auf GitHub ansehen↗

    Marker is an LLM-powered document parser and OCR pipeline designed to convert PDFs and unstructured files into structured markdown, JSON, and HTML. It functions as a data preprocessor that transforms complex documents into machine-readable formats while preserving tables, equations, and layout structures. The system utilizes large language models to refine OCR accuracy, clean mathematical notation, and merge fragmented tables across multiple pages. It employs model-based layout analysis to predict block types and bounding boxes, ensuring a more precise conversion of document elements. Capabi

    Supports high-volume document conversion by distributing processing tasks across multiple GPUs in parallel.

    Python
    Auf GitHub ansehen↗36,164
  • mayooear/gpt4-pdf-chatbot-langchainAvatar von mayooear

    mayooear/gpt4-pdf-chatbot-langchain

    16,542Auf GitHub ansehen↗

    This project is a framework for building custom AI chatbots capable of PDF document analysis. It implements Retrieval Augmented Generation to connect a large language model to private document data. The system utilizes graph-based agent orchestration to control conversation flow and decision logic. It maintains context across interactions through thread-based state management and delivers AI responses to the user interface via real-time streaming. The project covers PDF document ingestion through chunk-based processing and vector-store retrieval. It includes mechanisms for query-based data r

    Converts PDF files into a searchable vector database to enable efficient information retrieval.

    TypeScript
    Auf GitHub ansehen↗16,542
  • unstructured-io/unstructuredAvatar von Unstructured-IO

    Unstructured-IO/unstructured

    14,019Auf GitHub ansehen↗

    Unstructured is an enterprise-grade data orchestration engine designed to transform raw, unstructured files into structured, machine-readable formats. It functions as a comprehensive platform for document ingestion, partitioning, and enrichment, specifically engineered to prepare complex data for retrieval-augmented generation and agentic AI workflows. The platform distinguishes itself through its sophisticated document processing strategies, which combine rule-based extraction with vision-language models to handle diverse file layouts, tables, and images. It provides a modular architecture t

    Splits large PDF documents into page batches for concurrent processing to reduce ingestion time.

    HTMLdata-pipelinesdeep-learningdocument-image-analysis
    Auf GitHub ansehen↗14,019
  • datawhalechina/llm-universeAvatar von datawhalechina

    datawhalechina/llm-universe

    13,269Auf GitHub ansehen↗

    llm-universe is a structured learning resource and technical guide focused on the development of large language model applications. It serves as a curriculum for mastering model orchestration, the creation of autonomous conversational agents, and the implementation of retrieval-augmented generation systems. The project provides detailed instructions on connecting model APIs with memory and tools to create execution chains. It specifically covers the construction of retrieval pipelines, including the process of cleaning raw documents, generating embeddings, and integrating vector databases to

    Implements a technical pipeline for cleaning, splitting, and embedding raw documents for vector store ingestion.

    Jupyter Notebooklangchainrag
    Auf GitHub ansehen↗13,269
  • gotenberg/gotenbergAvatar von gotenberg

    gotenberg/gotenberg

    12,452Auf GitHub ansehen↗

    Gotenberg is a stateless, containerized service that provides a unified API for document conversion, manipulation, and web-to-PDF rendering. It functions as a centralized engine that abstracts complex document processing tasks, allowing users to interact with various rendering tools and libraries through standard HTTP requests. The service distinguishes itself by utilizing headless browser automation to capture web content and by wrapping multiple specialized PDF engines into a single interface. It supports asynchronous task execution, offloading resource-intensive operations to background wo

    Acts as a centralized engine for high-volume, automated PDF transformation and pipeline management via HTTP.

    Goapichromechromium
    Auf GitHub ansehen↗12,452
  • pymupdf/pymupdfAvatar von pymupdf

    pymupdf/PyMuPDF

    9,086Auf GitHub ansehen↗

    PyMuPDF is a comprehensive PDF manipulation library and document analysis tool. It serves as a text extraction tool, OCR engine, and image converter, providing a programmatic interface to edit, merge, split, and optimize PDF and Office documents. The project distinguishes itself through high-performance capabilities, including the use of C-bindings for low-level manipulation and parallelized page processing to accelerate workloads. It provides specialized conversion paths, such as transforming PDF content into Markdown for retrieval-augmented generation and large language model pipelines. It

    Accelerates rendering and data extraction for large files by splitting document workloads across multiple CPU cores.

    Pythondata-scienceepubextract-data
    Auf GitHub ansehen↗9,086
  • wooorm/remarkAvatar von wooorm

    wooorm/remark

    8,923Auf GitHub ansehen↗

    Remark ist ein Markdown-Prozessor, der Markdown-Text in einen strukturierten JSON-Abstrakten Syntaxbaum (AST) für die programmatische Analyse und Transformation parst. Er fungiert als Markdown-AST-Parser und -Prozessor und nutzt ein Plugin-Framework zur Verwaltung erweiterbarer Syntax- und Transformationsregeln. Das Projekt ermöglicht benutzerdefinierte Markdown-Syntaxerweiterungen und Inhaltstransformationen durch ein Plugin-System, das das Hinzufügen von nicht-standardisiertem Markup und Metadaten erlaubt. Es enthält zudem einen Markdown-Linter, um Stil-Inkonsistenzen zu identifizieren und die Einhaltung von Schreibstandards sicherzustellen. Das Toolset deckt die Formatierung von Markdown-Dokumenten, die Konvertierung in HTML und die AST-Generierung ab. Eine Kommandozeilenschnittstelle wird bereitgestellt, um Markdown-Dateien auf eine konsistente projektweite Formatierung zu prüfen und diese anzupassen.

    Implements a sequential pipeline of tasks for extracting, transforming, and formatting document content.

    JavaScript
    Auf GitHub ansehen↗8,923
  • bytedance/dolphinAvatar von bytedance

    bytedance/Dolphin

    8,820Auf GitHub ansehen↗

    Dolphin is a multimodal layout analyzer and image-to-structure converter that transforms photographed or digital document images into machine-readable structured data. It functions as an LLM document parser, utilizing vision-language models to simultaneously predict spatial layout and text content. The system is designed as a concurrent document processor, employing parallel document parsing to process multiple elements across distributed compute nodes. This high-throughput approach reduces the total time required to convert large volumes of images into structured formats. The project covers

    Employs concurrent execution of document transformation tasks to improve overall processing throughput.

    Pythondocument-analysislayout-analysisocr
    Auf GitHub ansehen↗8,820
  • kreuzberg-dev/kreuzbergAvatar von kreuzberg-dev

    kreuzberg-dev/kreuzberg

    8,527Auf GitHub ansehen↗

    Kreuzberg is a document extraction engine that converts PDFs, Office files, images, and over 90 other formats into clean, structured text and metadata. It is built around a compiled Rust core that can be used as a native library, a command-line tool, a REST API server, or a WebAssembly module for browser-based processing. The system is designed to run entirely on self-hosted infrastructure, with no data leaving the user's environment. What distinguishes Kreuzberg is its breadth of integration surfaces and its pipeline architecture. It exposes extraction capabilities through native bindings fo

    Processes thousands of documents with high throughput by calling directly into a compiled Rust core without subprocess or HTTP overhead.

    Rustdocument-intelligenceelixirffi
    Auf GitHub ansehen↗8,527
  • hatchet-dev/hatchetAvatar von hatchet-dev

    hatchet-dev/hatchet

    6,622Auf GitHub ansehen↗

    Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it

    Defines a directed acyclic graph of tasks that extract, classify, summarize, and format document content in parallel.

    Goconcurrencydagdistributed
    Auf GitHub ansehen↗6,622
  • elves/elvishAvatar von elves

    elves/elvish

    6,325Auf GitHub ansehen↗

    Elvish is a shell that combines interactive command-line use with a structured scripting language, designed to make both everyday terminal work and automation tasks more predictable and readable. It parses, compiles, and executes code in three phases, catching syntax and variable errors before any code runs, and it aborts execution on command failure by default to prevent silent errors. The shell introduces value-oriented pipelines that pass structured data like lists, maps, and closures between commands, preserving types without serialization. It also mixes traditional byte streams with thes

    Processes each pipeline value concurrently as it arrives, enabling real-time stream processing.

    Gogoprogramming-languageshell
    Auf GitHub ansehen↗6,325
  • katanaml/sparrowAvatar von katanaml

    katanaml/sparrow

    5,162Auf GitHub ansehen↗

    Sparrow ist eine LLM-Plattform zur Dokumentenextraktion und eine vision-basierte Inferenz-Engine, die darauf ausgelegt ist, Bilder und PDFs in validierte, strukturierte Daten umzuwandeln. Sie fungiert als agentischer Workflow-Orchestrator, der Klassifizierungs-, Extraktions- und Validierungsaufgaben in mehrstufige Pipelines verkettet. Das System zeichnet sich durch eine Backend-agnostische Inferenzschicht aus, die Modelle über lokale GPUs, Apple Silicon und Cloud-Anbieter hinweg verwaltet. Es nutzt koordinatenbasiertes Visual Grounding, um extrahierten Text präzisen Bounding-Box-Koordinaten zuzuordnen, und verwendet hinweisgesteuerte Modellsteuerung, um die Aufmerksamkeit zu lenken und Datenformate zu normalisieren. Die Plattform deckt Workflows für Dokumentenintelligenz ab, einschließlich spezialisierter bildbasierter Tabellenverarbeitung zur Wahrung der strukturellen Integrität sowie schema-basierter Validierung zur Überprüfung der Korrektheit extrahierter Felder. Zudem bietet sie ein Dashboard zur Dokumentenanalyse für das Monitoring von API-Performance, Nutzungsstatistiken und Systemzustand. Die Architektur umfasst ein Plugin-basiertes Erweiterungssystem zur Integration von Drittanbieter-Bibliotheken für Indizierung und Orchestrierung.

    Extracts and analyzes data across documents containing multiple pages using orchestrated pipelines.

    Pythonagentic-aicomputer-visiondocumentai
    Auf GitHub ansehen↗5,162
  • datalab-to/chandraAvatar von datalab-to

    datalab-to/chandra

    4,833Auf GitHub ansehen↗

    sChandra is a document processing platform that converts images, PDFs, Word documents, spreadsheets, and other formats into structured output such as HTML, Markdown, or JSON while preserving layout. It can also extract specific data fields from invoices, contracts, or reports using user-defined JSON schemas, with citations back to source locations. The service supports form filling in PDF and image documents, document generation from Markdown, and extraction of tracked changes from Word files. The platform distinguishes itself with pipeline-based processing chains that combine multiple proces

    Chains multiple document processing steps into versioned, reusable pipelines that execute as single requests with webhook notifications.

    Pythonaiocr
    Auf GitHub ansehen↗4,833
  • kevin2li/pdf-guruAvatar von kevin2li

    kevin2li/PDF-Guru

    4,113Auf GitHub ansehen↗

    PDF-Guru ist ein KI-gestützter Dokumentenprozessor und Konverter für Lernmaterialien, der Lehrbücher, Forschungsarbeiten und Multimedia-Inhalte in strukturierte Karteikarten für Spaced-Repetition-Systeme wie Anki umwandelt. Er fungiert als Content-Pipeline, die Sprachmodelle nutzt, um Schlüsselkonzepte und Fakten aus unstrukturierten Dokumenten zu extrahieren und Frage-Antwort-Paare, Lückentexte und Multiple-Choice-Karten zu generieren. Das System zeichnet sich durch eine umfassende PDF-Verwaltungssuite und Multi-Format-Parsing aus. Es bietet fortschrittliche Dokumenten-Utilities, einschließlich OCR für durchsuchbare PDFs, Batch-Annotation und Low-Level-Seitenmanipulation wie Zusammenführen, Teilen, Zuschneiden und Drehen. Es unterstützt zudem die Konvertierung diverser Eingaben, einschließlich Tabellenkalkulationen, Mindmaps, E-Books und Videos – komplett mit zeitgestempelten Frame-Captures – in Lernmaterialien. Über die Content-Generierung hinaus enthält das Projekt Tools für die Karten- und Stapelverwaltung, wie z. B. Massenbearbeitung von Feldern und Vorlagenkonfiguration. Es unterstützt die Datensynchronisierung über Geräte hinweg via lokale Netzwerke, Remote-Server oder selbstgehostete Backends und integriert sich in Zotero-Forschungsbibliotheken. Die Plattform übernimmt zudem die Asset-Optimierung, indem eingebettete Bilder durch Cloud-Links ersetzt werden, um Speicherplatz und Synchronisierungszeit zu reduzieren. Nutzer können ihre Lese-Notizen und Kartenstapel in verschiedene Formate exportieren, darunter Markdown, TXT, XLSX und PDF.

    Implements a multi-step processing pipeline for PDF operations including cropping, merging, splitting, and rotating.

    Vueai-flashcardsanki-flashcardsanki-to-pdf
    Auf GitHub ansehen↗4,113
  • artifexsoftware/pdf2docxAvatar von ArtifexSoftware

    ArtifexSoftware/pdf2docx

    3,453Auf GitHub ansehen↗

    pdf2docx is a suite of PDF utilities designed to transform static PDF documents into editable DOCX files. It functions as a multi-core processor capable of accelerating the conversion of large files by distributing page tasks across multiple CPU cores. The project includes specialized tools for decrypting password-protected PDF files and extracting tabular content as structured data. It also provides a layout analyzer to visually inspect and verify document structure during the conversion process. Conversion is accessible through both a graphical user interface and a command-line interface,

    Distributes individual page conversion tasks across multiple CPU cores to accelerate processing.

    Pythondocxextract-tablepdf-converter
    Auf GitHub ansehen↗3,453
  • embedpdf/embed-pdf-viewerAvatar von embedpdf

    embedpdf/embed-pdf-viewer

    3,343Auf GitHub ansehen↗

    Embed PDF Viewer is a browser-based PDF rendering library that uses a WebAssembly port of the PDFium engine to display documents entirely on the client side, with no server-side processing required. It provides a framework-agnostic core engine layer that manages the PDF document lifecycle, memory allocation, and WebAssembly resource cleanup, with dedicated integration hooks for React and Vue 3 that handle initialization, document loading, and reactive state management. The library offers both a pre-built, embeddable viewer that can be inserted into any web page with a single initialization ca

    Loads the PDFium WebAssembly binary and initializes the library for all PDF operations.

    TypeScriptadobe-acrobatjavascriptpdf
    Auf GitHub ansehen↗3,343
  • pdfcrafttool/pdfcraftAvatar von PDFCraftTool

    PDFCraftTool/pdfcraft

    3,113Auf GitHub ansehen↗

    Pdfcraft is a containerized service for self-managed PDF processing, editing, and conversion. It provides a toolkit for document manipulation, a multi-format converter, and OCR software to transform scanned documents into searchable and editable text. The project features a visual, node-based workflow editor that allows users to build automated pipelines by chaining together various PDF conversion and optimization operations. The service covers a broad range of capabilities, including document management for merging and splitting files, format conversion between PDFs and office documents or

    Enables the chaining of multiple PDF operations into automated, repeatable workflows.

    JavaScript
    Auf GitHub ansehen↗3,113
  1. Home
  2. Content Management & Publishing
  3. Content Processing and Transformation
  4. Document Processing and Conversion
  5. Document Processing Tools
  6. PDF Processing Engines

Unter-Tags erkunden

  • PDF Processing2 Sub-TagsEngines that execute complex document transformations and rendering tasks on a host machine.
  • PDF Workflow OrchestratorsSystems that allow users to chain multiple PDF operations into a single automated workflow.
  • Parallel Processing1 Sub-TagConcurrent execution of document transformation tasks to improve throughput. **Distinct from Parallel Processing:** Distinct from general parallel processing: focuses on page-level concurrency for PDF ingestion.
  • WebAssembly InitializersLoading and initializing WebAssembly-based PDF engines for all subsequent PDF operations. **Distinct from PDF Processing Engines:** Distinct from PDF Processing Engines: focuses on WebAssembly binary loading and initialization, not server-side pipeline management.