Image To Text OCR

GRATIS CON POSSIBILITÀ DI UPGRADE
Da VehicleInsights | Aggiornamento un mese fa | Visual Recognition
Popolarità

8.1 / 10

Latenza

1,070ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

How does the base62 ting work?

This didnt work. Can you please help me out?

payload = { “imageUrl”: base64.b64encode(open("/path/to/pic/bot.jpg", “rb”).read()) }

Rapid account: Dominonet L Tp EE 6 Z O Ne S
dominonet-lTpEE6zONeS Commented un anno fa

with open(’/path/to/pic/bot.jpg’, ‘rb’) as f:
image_data = f.read()
base64_str = base64.b64encode(image_data)
payload = { “imageUrl”: ‘data:image/jpeg;base64,’ + base64_str.decode(‘utf-8’)}

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti