daemon-coder

Results 4 comments of daemon-coder

@GUEYEDSMF You probably need to implement your "onSuccessPreloading" function like this: ``` onSuccessPreloading = (data) => { this.nativeAudio.play('id', () => { //completeCallback> //called when the file is done playing> console.log("File...

completeCallback is an optional callback to be called when the file is done playing. A simple implementation of "play" function with all three callbacks could be: `this.nativeAudio.play('audio1', () => {...

Hey @victor-ab, greetings! Did you find a way out which is more close to achieving expected accuracy for multipage documents?

Hi @wolfshow, Can you suggest how do we deal with multiple page documents for training and for inferencing? For training, we can either get hocr for each of the page...