Matej Plavevski
Matej Plavevski
Истото е и на Mac. Ај ќе тестирам со твојот предлог
Го искуцав и твоето и без encoding. Работи и со двата начини, проблемот е кај местата што се користи .decode() и .encode().
Sentences & Concordance работат, другото не. ``` Traceback (most recent call last): File "run.py", line 256, in main() File "run.py", line 252, in main case(*args) File "run.py", line 226, in...
I just tested your sample against CCExtractor and got this ``` ./ccextractor /Users/matejplavevski/Documents/dr1_narrow_margin.mpg -codec dvbsub -dvblang dan -ocrlang dan -pn 101 -parsePAT CCExtractor 0.85, Carlos Fernandez Sanz, Volker Quetschke. Teletext...
Ok so when I ran ccextractor without the arguments passed I got a file with around 290 bytes. I'm going to attach it in this comment. When I ran with...
``` --- H.264 video stream [0x1b] - PID: 111 Unknown stream [0x11] - PID: 121 MPEG-2 private data stream [0x06] - PID: 131 Error opening data file /usr/local/Cellar/tesseract/3.05.01/share/tessdata/dan.traineddata Please make...
i used -pesheaders to debug and see the contents more useful information ``` ----------------------------------------------------------------- Opening file: /Users/matejplavevski/Documents/dr1_narrow_margin.mpg Detected MP4 box with name: meta File seems to be a transport stream,...
This is part of the ccx_testsuite where it's purpose is to Test CCExtractor. There is already an issue there for writing unit tests. https://github.com/CCExtractor/ccx_testsuite/issues/7
Hey there! I'll happily take to solve the issue 🐱
Hey there! I'm getting some issues compiling Leptonica using the build script, working on fixing that :)