Image To Text OCR

부분 유료
분류별 VehicleInsights | 업데이트됨 एक महीने पहले | Visual Recognition
인기

8 / 10

지연 시간

1,359ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

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

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입