You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the above code to for recognize the license palte. But while runnig the program I have
"com.openalpr.api.invoker.ApiException: Bad Request" error. please Help me to solve this problem.
The text was updated successfully, but these errors were encountered:
I'm having a similar issue with recognizeFile in the JavaScript library. If I pass a File or a Buffer as the first argument, I get the following error response:
{"error_code": 400, "error": "Missing file named \"image\" in request POST"}
The request body (shown below) appears to have the "image" field, but it's empty:
I am using the above code to for recognize the license palte. But while runnig the program I have
"com.openalpr.api.invoker.ApiException: Bad Request" error. please Help me to solve this problem.
The text was updated successfully, but these errors were encountered: