Skip to content

Commit

Permalink
updated video filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
emcf committed May 6, 2024
1 parent 2f71ab3 commit 152bf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ thepipe path/to/folder --match tsx --ignore tests
| Jupyter Notebook | `.ipynb` || ✔️ | Extracts code, markdown, and images from Jupyter notebooks |
| Microsoft Word Document | `.docx` | ✔️ | ✔️ | Extracts text and images from Word documents |
| Microsoft PowerPoint Presentation | `.pptx` | ✔️ | ✔️ | Extracts text and images from PowerPoint presentations |
| Video | `.mp4`, `.avi`, `.mov`, `.wmv` | ✔️ | ✔️ | Extracts frames and audio transcript from videos in per-minute chunks. |
| Video | `.mp4`, `.mov`, `.wmv` | ✔️ | ✔️ | Extracts frames and audio transcript from videos in per-minute chunks. |
| Audio | `.mp3`, `.wav` | ✔️ || Extracts text from audio files; supports speech-to-text conversion |
| Website | URLs (inputs starting with `http`, `https`, `ftp`) | ✔️ | ✔️ | Extracts text from web page along with image (or images if scrollable); text-only extraction available |
| GitHub Repository | GitHub repo URLs (inputs starting with `https://github.com` or `https://www.github.com`) | ✔️ | ✔️ | Extracts from GitHub repositories; supports branch specification |
Expand Down

0 comments on commit 152bf5f

Please sign in to comment.