mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 12:03:00 +00:00
[PR #1925] feat(ocr): Add character blacklist and line-split options for better accuracy #2729
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1925
State: closed
Merged: Yes
Summary
I→|--ocr-line-splitmode for multi-line subtitle imagesNew Options
--no-ocr-blacklist|,\,`,_,~)--ocr-line-splitTest Results (VOBSUB MKV sample)
|errorsThe blacklist completely eliminates pipe character misrecognition, matching subtile-ocr's accuracy.
Test plan
--no-ocr-blacklistto verify it can be disabled--ocr-line-splitoption🤖 Generated with Claude Code