text extractor and archiver
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-05 17:43:54 +02:00
src feat: read pdfs 2026-09-05 17:43:54 +02:00
.gitignore chore: init commit 2026-08-25 12:42:58 +02:00
Cargo.lock feat: read pdfs 2026-09-05 17:43:54 +02:00
Cargo.toml feat: read pdfs 2026-09-05 17:43:54 +02:00
README.md chore: init commit 2026-08-25 12:42:58 +02:00

Corpuni

Corpuni is a text extractor from documents and archiver

Notice

Project is in very early stage. Work is in progress.

Usage

corpuni index path

Design

  1. Extract all text from documents in a given path
  2. Tokenize content and group by technical keywords (tags) (user set or pre-defined?)
  3. Create and maintain a tag index for fast trigram searches
  4. Create for each keyword links to corresponding documents