An open API service indexing awesome lists of open source software.

https://github.com/diogo464/sup-to-srt

Convert PGS subtitles (.sup) to srt using tesseract ocr
https://github.com/diogo464/sup-to-srt

pgs srt srt-subtitles subtitle-conversion subtitle-ocr subtitles

Last synced: 3 months ago
JSON representation

Convert PGS subtitles (.sup) to srt using tesseract ocr

Awesome Lists containing this project

README

        

# sup-to-srt

`sup-to-srt` is a tool that converts PGS subtitles (`.sup` files) to SRT subtitles using Tesseract OCR.

## Quick Start with Docker
To run the program using Docker, simply pipe your `.sup` file to the container:

```bash
cat subtitles.sup | docker run --rm -i ghcr.io/diogo464/sup-to-srt:latest > subtitles.srt
```