6
I’m looking for an api that you can get when you receive the audio, try to recognize the text. Does anyone know any opensource api for this? The opposite (receiving a text and generating an audio has several). The intention is to install on the local server (linux) and use together with PHP. If there is such a thing?
Initial goal is to employ an anti-captcha tool, in general today has many sites that besides having the image has the audio option, once having the audio, I can send to an api of this and submit the captcha, thus becoming easier to consume services, as consultation and validation of CPF, CNPJ and etc...
Today I can use CURL to capture normally the HTML, do the anti-captcha for images bumps into many issues where not always the algorithm is efficient to break the captcha and yet the need to develop algorithms for different images.
In the searches I did found a lot to generate audio from text, but otherwise generate text from audio I only found in closed applications where I would need to use the application along with hotkey to resolve the issue. As you will be running on a web server I did not find a good solution.
I found Googlespeech, get on the page http://www.edivaldobrito.com.br/reconhecimento-de-voz-no-linux-utilizando-google-speech-api-google2ubuntu/, However, I did not implement it, because when I started reading I saw that it would work by the hotkey and the microphone. This would undoubtedly be one of the possible implementations in the worst case and if it didn’t have an easier way to use. " When you want to trigger the Google2ubuntu voice recognition system, press the keyboard shortcut you have set up. By pressing the keyboard shortcut..."
Have you seen if Googlespeech doesn’t have an extension to do that? It works like this: http://www.edivaldobrito.com.br/recognition-de-voz-no-linux-utilizando-google-speech-api-google2ubuntu/
– Dante
Could the person who voted to close explain the reason? I believe it is an objective question with a right or wrong answer within the scope SO-pt
– RodrigoBorth
The people carry a lot of iron and fire that the Help Center sends. Try editing your question with more information, such as the purpose of the question, which you have tried...
– Bruno Augusto
@Brunoaugusto, in the searches I did found a lot to generate audio from text, but otherwise generate text from audio I only found in closed applications where I would need to use the application along with hotkey to resolve the issue. As you will be running on a web server I did not find a good solution. And I decided to post the question here, to see if the staff helped, giving a direction as the erderwander did in his answer.
– Sileno Brito
@Dante came to see, fell exactly on this page, however, I did not implement, because when I started reading I saw that it would work by the hotkey and the microphone. This would undoubtedly be one of the possible implementations in the worst case and if it didn’t have an easier way to use. " When you want to trigger the Google2ubuntu voice recognition system, press the keyboard shortcut you have set up. When pressing the keyboard shortcut...", however, there is how to use via google api, but this alternative I did not know.
– Sileno Brito
@Rodrigoborth, as to close the topic here is already normal, somesn expect that to be a programming question has to have a code snippet, only that is not always the case, sometimes it is a conceptual issue, but goes from the interpretation of each vote to close, Sometimes more time and effort is lost debating that based on determining from point of view the issue is out of scope, than trying to give a solution and leave something useful not only to those who asked the question, but to other Internet users. Even because closing only prevents new answers, don’t stress about these things.
– Sileno Brito
This question is being discussed at the Meta. . . . PS: Sileno, instead of writing so much here in the comments, it would be better to edit the question...
– brasofilo
@brasofilo The question has been edited, in general I usually first answer the comment and then edit the question to make it more complete or easy to understand, you may notice that there are already some issues in this question, however (was not the case of this question) has comments that I do not think fit editions in this case I do not edit, but I believe that who spent a while leaving the comment, deserves at least a reply, for this reason I leave so many comments.
– Sileno Brito