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
Hello, @elizagamedev thank you for your work on this. As you seems to not update this project anymore, I have done a fork to continue the project.
With subtile-ocr I have use subtile subtile is a fork no longer maintained vobsub crate.
With this I was able to :
modernise the code by :
update dependencies, especially nom who need a lot of code modification.
migrate to thiserror and anyhow for error management
do some small optim (by reducing a lot the memory allocation count)
And it could be a better start to add functionality (like managing .sup: blue-ray subtitle format).
To keep this alive, any support is welcome.
The text was updated successfully, but these errors were encountered:
Hello,
@elizagamedev thank you for your work on this. As you seems to not update this project anymore, I have done a fork to continue the project.
With subtile-ocr I have use subtile
subtile
is a fork no longer maintainedvobsub
crate.With this I was able to :
And it could be a better start to add functionality (like managing .sup: blue-ray subtitle format).
To keep this alive, any support is welcome.
The text was updated successfully, but these errors were encountered: