createTextCaptureService method of the Engine class
Creates a background recognition service to run in text capture mode. Only one instance of the service per application is necessary: multiple threads for processing will be started internally.
public ITextCaptureService createTextCaptureService( ITextCaptureService.Callback callback );
Parameters
- callback
- An object implementing the ITextCaptureService.Callback interface, which will handle requests from the service.
Return values
The method returns a text capture service object implementing the ITextCaptureService interface.
02.03.2022 12:59:15