Qr code and I2C

Hi,
I want to read some qr code they are include some details (name, surname etc.) and I want to send data to internet but how can i send to internet ?
if this possible i thought, communicate with the arduino using the I2C( IS this possible i dont know) and using wifi shield send to internet.
How can i use i2c on the openmv programe please help me

We have a wifi shield you can use directly with OpenMV :

https://openmv.io/collections/products/products/wifi-shield

Or you can use I2C or UART and send the data to Arduino. See the following examples in the IDE:

Examples->02-Board-Control->arduino_i2c_slave.py
Examples->02-Board-Control->uart_control.py
Examples->14-WiFi-Shield
Examples->16-Codes

Thank you for your answer.

Is this possible using UART and getting data with OpenMV Qr code example. And send to Esp8266.
Can I use openmv with esp8266 ?

Yes, just pipe the printed text output to the UART.