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
It is pretty cool, that abbyy provides a NodeJS library for their API and so far it also worked well for us!
We currently have issues, that the processImage task is not working for certain users and the error handling of the ocrsdk.js is a bit buggy itself, as the error message is show as [Object object].
So it is hard to debug right now, without monkey patching the library.
Probably there is a missing "toString()" after message or something?
taskDataCallback(new Error(response.error.message), null);
Here is the example from our log file:
The text was updated successfully, but these errors were encountered:
It is pretty cool, that abbyy provides a NodeJS library for their API and so far it also worked well for us!
We currently have issues, that the processImage task is not working for certain users and the error handling of the ocrsdk.js is a bit buggy itself, as the error message is show as [Object object].
So it is hard to debug right now, without monkey patching the library.
Probably there is a missing "toString()" after message or something?
taskDataCallback(new Error(response.error.message), null);
Here is the example from our log file:
The text was updated successfully, but these errors were encountered: