Image To Text OCR

FREEMIUM
Durch VehicleInsights | Aktualisiert एक महीने पहले | Visual Recognition
Popularität

8.1 / 10

Latenz

1,070ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

How does the base62 ting work?

Rapid account: Moradeveloper Xn Ngc L 7 J Wy
moradeveloper-xnNgcL7JWy
एक वर्ष पहले

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 एक वर्ष पहले

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’)}

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen