ratoaq2 / pgsrip

Rip your PGS subtitles
MIT License
42 stars 8 forks source link

Support other subtitle formats like VobSub #2

Open rvbg opened 2 years ago

rvbg commented 2 years ago

Your program works exceptionally well, so I hope to be able to use it with VobSubs as well.

A flag could perhaps include VobSubs too and convert them to PGS with something like TheGreatMcPain/BDSup2SubPlusPlus.

Perhaps plain VobSub text recognition with Tesseract is not good enough and needs additional post-processing.

I'll try to automate the whole thing with your API and hope the results are reasonably okay.

ratoaq2 commented 1 year ago

I haven't tried with vobsubs because I didn't need it. But I imagine the file is also an image that can be processed by tesseract. Did you had any progress on this to share?