mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-17 19:43:50 +00:00
[PR #858] [MERGED] [IMPROVEMENT] Checks for text before newlines on DVB subtitles #1690
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/858
Author: @ghost
Created: 12/27/2017
Status: ✅ Merged
Merged: 12/28/2017
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (1)
e22f96areworks scanning newlines to look for content in a line📊 Changes
1 file changed (+27 additions, -8 deletions)
View changed files
📝
src/lib_ccx/ocr.c(+27 -8)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Tesseract caused some previous problems with lots of newlines, which would cause issues with output being full of empty and useless whitespace. PR checks each line of text for any content, and moves up to the next line if there is no content.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.