Image To Text OCR

ÜCRETSİZ PREMIUM
Taraf VehicleInsights | Güncelleyen vor einem Monat | Visual Recognition
Popülerlik

8 / 10

Gecikme

1,359ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

How does the base62 ting work?

Rapid account: Moradeveloper Xn Ngc L 7 J Wy

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 vor einem Jahr

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

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun