OCR POKEMON GO
Hello, I have a bot with PHP in Telegram (@pokeraidsp_bot) to create Raids in Pokemongo, the project consists of doing an OCR, capturing the text of some areas of a picture and creating a string, or Array that I would send to my bot, with the following data , [level ($level), type gym ($tpgym), current_time ( current_time).
Shipping example:
$data = array ('gym' => $name_gym, 'time' =>, $time_raid, ’level’ => $level, ‘type_gym’ => $type_gym);
I have used various Telegram bot to test, as example @imageToText_bot
Example data received by @imageToText_bot
el Yoigo, 17:12, 1 73%, EX INCURSION GYM, Plaza de Santa Ana, 0:19:52
I send you several pictures to practice
Only in php Bot Telegram
Hola tengo un bot con PHP en Telegram (@pokeraidsp_bot) para crear Raids en Pokemongo, el proyecto consiste en hacer un OCR , capturando el texto de unas zonas de una picture y crear un string, o Array que enviaría a mi bot, con los siguientes datos , [level($level), type gym ($tpgym), current_time($current_time).
Ejemplo de envio:
$data = array('gym' => $name_gym, 'time' => ,$time_raid , ’level ’=> $level, ‘type_gym’ => $type_gym);
He utilizado varios bot de Telegram para probar, como ejemplo @imageToText_bot
Ejemplo datos recibidos por @imageToText_bot
el Yoigo, 17:12, 1 73%, GIMNASIO DE INCURSIONES EX, Plaza de Santa Ana, 0:19:52
Te envio varias pictures para practicar
Solo en PHP para Bot Telegram