We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca78ac6 commit 8cd4960Copy full SHA for 8cd4960
.github/workflows/build_linux.yml
@@ -29,7 +29,7 @@ jobs:
29
run: sudo apt update && sudo apt-get install libgpac-dev libtesseract-dev
30
- uses: actions/checkout@v4
31
- name: build
32
- run: ./build
+ run: ./build -hardsubx
33
working-directory: ./linux
34
- name: Display version information
35
run: ./ccextractor --version
docs/CHANGES.TXT
@@ -1,5 +1,6 @@
1
1.0 (to be released)
2
-----------------
3
+- Fix: HardSubX OCR on Rust
4
- Removed the Share Module
5
- Fix: Regression failures on DVD files
6
- Fix: Segmentation faults on MP4 files with CEA-708 captions
0 commit comments