Hello, I am trying to create a custom OCR engine, but can’t find any documentation about how to do it.
The only thing I found is this - OCR contracts But there is no information on how to build and release the engine (For example how Abbyy did)
Where can I find any information about that or any examples?
On the OCR side, all you would need to do (for the basic functionality) would be to define such a class that extends one of the abstract classes we have prepared in the contracts.