ruediger / VobSub2SRT

Converts VobSub subtitles (.idx/.srt format) into .srt subtitles.
GNU General Public License v3.0
293 stars 65 forks source link

Invert subtitle image before the OCR #70

Open MatMaul opened 6 years ago

MatMaul commented 6 years ago

It makes it work way better on my side, especially with subtitles containing multiple lines.

This currently sits on top of #69, but it can be adapted for master if needed.

MatMaul commented 6 years ago

It helps a lot with Tesseract v4, with v3 the result is more mitigated but it still seems to help a bit. Tesseract v4 is globally a lot better than v3 with this patch. However it is quite slow, hence #69 ;)