Peter Kronenberg

Results 19 comments of Peter Kronenberg

What exactly is the boolean return code from the acceptWaveform supposed to represent? If true, we get a result, if false, we get a partial result. What exactly does the...

Thank you. What do you mean when you say you haven't been able to free the array? I see the code you have commented. Do you mean it's not working?...

I just realized this only returns the confidences and not the words. How do I get the words? `TessBaseAPIGetUTF8Text `only returns a single word. Is there a way to get...

ok, I see now. It wasn't immediately obvious that getWords() also includes the confidence. The Javadoc is fine to some extent. It documents the methods, but it's not always clear...

I guess I'm talking about higher-level building blocks. I can extend Tesseract and call `init()` since it's protected, but `getWords()` is doing too much, so I'd have to implement my...

I looked at all the closed issues, but there doesn't seem to be any straight-forward guide to how to get started and what everything does. Anything you can provide here,...

For example, what does this string represent? `spk_sig = [-1.110417,0.09703002,1.35658,0.7798632,-0.305457,-0.339204,0.6186931,-0.4521213,0.3982236,-0.004530723,0.7651616,0.6500852,-0.6664245,0.1361499,0.1358056,-0.2887807,-0.1280468,-0.8208137,-1.620276,-0.4628615,0.7870904,-0.105754,0.9739769,-0.3258137,-0.7322628,-0.6212429,-0.5531687,-0.7796484,0.7035915,1.056094,-0.4941756,-0.6521456,-0.2238328,-0.003737517,0.2165709,1.200186,-0.7737719,0.492015,1.16058,0.6135428,-0.7183084,0.3153541,0.3458071,-1.418189,-0.9624157,0.4168292,-1.627305,0.2742135,-0.6166027,0.1962581,-0.6406527,0.4372789,-0.4296024,0.4898657,-0.9531326,-0.2945702,0.7879696,-1.517101,-0.9344181,-0.5049928,-0.005040941,-0.4637912,0.8223695,-1.079849,0.8871287,-0.9732434,-0.5548235,1.879138,-1.452064,-0.1975368,1.55047,0.5941782,-0.52897,1.368219,0.6782904,1.202505,-0.9256122,-0.9718158,-0.9570228,-0.5563112,-1.19049,-1.167985,2.606804,-2.261825,0.01340385,0.2526799,-1.125458,-1.575991,-0.363153,0.3270262,1.485984,-1.769565,1.541829,0.7293826,0.1743717,-0.4759418,1.523451,-2.487134,-1.824067,-0.626367,0.7448186,-1.425648,0.3524166,-0.9903384,3.339342,0.4563958,-0.2876643,1.521635,0.9508078,-0.1398541,0.3867955,-0.7550205,0.6568405,0.09419366,-1.583935,1.306094,-0.3501927,0.1794427,-0.3768163,0.9683866,-0.2442541,-1.696921,-1.8056,-0.6803037,-1.842043,0.3069353,0.9070363,-0.486526]` I don't necessarily want all the mathematics behind it, but is this just a hard-coded things that we need? Or...

Please see https://github.com/alphacep/vosk-api/issues/428

Any update on this? I know 3.0 isn't ready, but 2.1.0 still isn't on Maven Central