Files
ccextractor/debug_run_ocr.log
Rahul Tripathi 46cee0893a feat: DVB-003 - Add --no-dvb-dedup CLI flag
- Added no_dvb_dedup field to ccx_s_options structure
- Initialized to 0 (deduplication enabled by default)
- Added --no-dvb-dedup CLI flag in Rust args parser
- Added flag to Options struct in lib_ccxr
- Wired flag through Rust-to-C FFI boundary in common.rs
- Modified dvbsub_handle_display_segment to respect flag
- Dedup logic only runs when no_dvb_dedup is false (default)
- Added help text describing flag purpose
2026-01-16 14:11:13 +05:30

10 lines
207 B
Plaintext

Unknown Argument
error: unexpected argument '--tessdata-dir' found
tip: a similar argument exists: '--ts'
Usage: ccextractor --debug --split-dvb-subs [inputfile]...
For more information, try '--help'.