regulaforensics / DocumentReader-web-js-client

Regula Document Reader web API js client for the browser and node.js based on axios
https://regulaforensics.com
8 stars 6 forks source link

Angular 10 #13

Closed teocto closed 3 years ago

teocto commented 3 years ago

Is it compatible with angular 10?

hotibolshe commented 3 years ago

Yes The client doesn't depend on any kind of framework and can be used with plain javascript/typescript

teocto commented 3 years ago

Could you give an example of signalR connection? I read whole documentation. Nevertheless, I cannot establish SignalR websocket connection.

ikliashchou commented 3 years ago

What exactly you are trying to achieve? Why at all you might need signalR while this service has synchronous REST interface? Please provide more details. You may contact us at support@regulaforensics.com for specific details on our other products usage.

teocto commented 3 years ago

I need to run device, scan document, then get document number then close device connection. But it doesn't make sense to me how to do it with REST. I have read documentation, but I found out only how to get document number. Now I want to be able to connect to device, and scan document, but I don't know what requests I have to do. I've already contact support, but they only redirect me to documentation.

hleb-albau commented 3 years ago

closed as not related to current repo