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
Hi again @eddieantonio this is a huge ask - do you know of, would you consider developing, or would anyone reading from the community consider writing, python bindings to libocreval?
I have looked into this a little bit (SWIG etc.) but my C is far from fluent, I ran into an issue, and while I could (and still might) attempt it it would be a massive learning curve at this stage. With libocreval.so and all the headers there it should of course be doable for the expert.
Sorry again to ask but just wondered if you had at least had any thoughts on this topic.
Thanks again
The text was updated successfully, but these errors were encountered:
This isn't actually too unreasonable to do, especially with ctypes. This would allow for a slow, but easy to maintain wrapper of libocreval.so. There is the issue in that all of the functionality is not actually implemented within libocreval.so — some functionality is implemented in the individual commands' source file.
Are there any commands in particular you'd like to have Python bindings for? I like accuracy and wordacc.
Hi again @eddieantonio this is a huge ask - do you know of, would you consider developing, or would anyone reading from the community consider writing, python bindings to libocreval?
I have looked into this a little bit (SWIG etc.) but my C is far from fluent, I ran into an issue, and while I could (and still might) attempt it it would be a massive learning curve at this stage. With libocreval.so and all the headers there it should of course be doable for the expert.
Sorry again to ask but just wondered if you had at least had any thoughts on this topic.
Thanks again
The text was updated successfully, but these errors were encountered: