Hi,
We have installed the OpenAlpr software on our machine and detect number plate successfully.
Now we want to fetch that data from local queue once the software scanned the number plate.
We are stuck here, as how we can feth the plate data from local queue using c#, though sample code is available in python, we want it in c#. So we want the data from local Beanstalkd queue in json format using c#.
Please help!