You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
I have checked that the issue I'm posting isn't already reported.
I have checked that the issue I'm porting isn't already solved and no duplicates exist in closed issues and in opened issues
I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
I have used the latest available version of CCExtractor to verify this issue exists.
My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):
I have never used CCExtractor.
I have used CCExtractor just a couple of times.
I absolutely love CCExtractor, but have not contributed previously.
I am an active contributor to CCExtractor.
Necessary information
Is this a regression (did it work before)? [ ] NO | [ ] YES - please specify the last known working version
What platform did you use? [ ] Windows - [X] Linux - [ ] Mac
What were the used arguments? cmake -DWITH_HARDSUBX=ON -DWITH_OCR=ON ../src/
**Video links (replace text below with your links) **
Please make the affected input file available for us (no screenshots, those don't help!). Public links to Dropbox, Google Drive, etc, are all fine. If it is not possible to make it available publicly, send us a private invitation (both Dropbox and Google Drive allow that). In this case we will download the file and upload it to the private developer repository.
Do not upload your file to any location that will require us to sign up or endure a wait list, slow downloads, etc. If your upload expires make sure you keep it active somehow (replace links if needed). Keep in mind that while we go over all tickets some may take a few days, and it's important we have the file available when we actually need it.
Additional information
Currently there is no option to enable HARDSUBX when installing through cmake.
This could be fixed by appending a new option to CMakeLists.txt. For the implementation of this new option, hints can be taken from the existing methods of enabling HARDSUBX.
The text was updated successfully, but these errors were encountered:
Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].
CCExtractor version (using the --version parameter preferably) : 0.87
In raising this issue, I confirm the following (please check boxes, eg [X] - and delete unchecked ones):
My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):
Necessary information
cmake -DWITH_HARDSUBX=ON -DWITH_OCR=ON ../src/
**Video links (replace text below with your links) **
Please make the affected input file available for us (no screenshots, those don't help!). Public links to Dropbox, Google Drive, etc, are all fine. If it is not possible to make it available publicly, send us a private invitation (both Dropbox and Google Drive allow that). In this case we will download the file and upload it to the private developer repository.
Do not upload your file to any location that will require us to sign up or endure a wait list, slow downloads, etc. If your upload expires make sure you keep it active somehow (replace links if needed). Keep in mind that while we go over all tickets some may take a few days, and it's important we have the file available when we actually need it.
Additional information
Currently there is no option to enable HARDSUBX when installing through cmake.
ccextractor/src/CMakeLists.txt
Line 4 in 3d6a9f4
Below is the output of using the above arguments:
This could be fixed by appending a new option to CMakeLists.txt. For the implementation of this new option, hints can be taken from the existing methods of enabling HARDSUBX.
The text was updated successfully, but these errors were encountered: