Help needed , I want to implement OCR in Outsystems and I came across one plugin called Microblink and they were providing 30 day free trail but their sales team called me and asking for an application identifier . So that they can activate the license only for that specific application they said.
So, Is there anyway to find this App Id or Application identifier. Please let me know.
And also if any free OCR plugin is available to use help me with that.
Thanks in Advance
Hii Sasank,
the app identifier in mobile applications can be found here in the distribute tab
then
this will be the mobile app identifier when you create a android applicaion.
let me know if this is what you were looking for,
Regards,
Adeeb Alam
Glad to help.
Hello,
I don't know exactly which app identifier they are talking about, the only thing that comes to my mind is the entity 'application' - attribute 'Id' from the system module. You just need to filter it by your app name.
I would recommend you to use the Simple OCR component, it works like a charm and it is free, released under the Apache License 2.0.
Hope this helps you.
Hi Sasank,
There are two actions
GetEntryEspaceId() Returns the identifier of the module that is processing the web request.
GetOwnerEspaceIdentifier() Returns the identifier of the module that owns the element that is being processed.
In Order to check with OCR i have some experience with Tesseract ocr or amazon Textract.
Tesseract ocr is free licence but there are some capabilities limitationss but if you want to read printed text so this is good but reading handwritten text could be challanging.
Amazon textract are good but its not free you need to pay for this ocr api's.
Hope this helps
Shoeb