From 1472bcf5f1ab664a316edc6fe07a5e055d952308 Mon Sep 17 00:00:00 2001 From: papercast-dev <129120854+papercast-dev@users.noreply.github.com> Date: Fri, 21 Apr 2023 22:35:17 -0700 Subject: [PATCH] Update README.md --- README.md | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 07cc7f5..b30222c 100644 --- a/README.md +++ b/README.md @@ -9,27 +9,13 @@ An extensible pipeline tool and plugin ecosystem for processing technical documents. Written in Python. ## Features -Add documents in multiple formats, from popular sources: -- PDF -- TeX/LaTeX -- ArXiv -- Semantic Scholar - -Flexible text extraction -- GROBID -- Write your own! - -Flexible text narration -- OSX `say` command -- Write your own! - -Publish to multiple endpoints: -- Self-hosted RSS podcast using GitHub Pages -- Any other endpoint you can think of - -Run anywhere: -- Local machine -- Cloud (AWS, GCP, Azure, etc.) +|Feature|Examples| +|-|-| +| Add documents in multiple formats, from popular sources: | PDF
LaTeX
ArXiv
SemanticScholar | +| Flexible Text Extraction | GROBID
More coming soon!
Write your own! | +| Flexible Text Narration | OSX `say` command
More coming soon!
Write your own! | +| Publish to multiple endpoints: | Self-hosted RSS podcast using GitHub Pages
Any other endpoint you can think of | +| Run anywhere: | Local machine
Remote server
Cloud (AWS, GCP, Azure, etc.) | ## More Info - [Documentation](https://docs.papercast.dev)