1 repository
Concurrent processing of multiple byte arrays for text extraction with concurrency management.
Distinct from Batch Processing: Distinct from Batch Processing: focuses on in-memory byte array processing for document extraction rather than general web or audio batch tasks.
Explore 1 awesome GitHub repository matching web development · Document Batch Processors. Refine with filters or upvote what's useful.
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 multiple byte arrays concurrently for text extraction with concurrency management.