-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMPROVEMENT] Update Rust and fix windows build #1480
Conversation
8a5338b
to
9b513a0
Compare
2116d79
to
4729a71
Compare
1cb8d7c
to
af4a4d4
Compare
This reverts commit 9259945.
…nted includes in vcxproj
CCExtractor CI platform finished running the test files on windows. Below is a summary of the test results:
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). Your PR breaks these cases:
Check the result page for more info. |
The test results doesn't look good, 0 passed out of them. |
I suspect the CI, but @canihavesomecoffee will have to confirm what's going on :-) |
I checked the ccextractorwinfull.exe and It couldn't find the eng.traineddata file for hardsubx, I see that vcpkg doesn't include that by default so we would have to copy that in the PostBuildScript of vccxproj. But the problem is that I am not sure if It will be able to find the eng.traineddata path even after bundling it in the exe at some location. |
We should be able to just wget it from the github action itself ( https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata ) And then use it. |
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
rusty_ffmpeg
andrsmpeg
fromffmpeg-sys-next