59
Views
5
Comments
Solved
[MicroBlink Plugin] OCR Implementation in Outsystems
Question
microblink-plugin
Mobile icon
Forge asset by Experts
Application Type
Mobile
Service Studio Version
11.53.17 (Build 61327)
Platform Version
11.17.1 (Build 36649)

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


2023-03-24 10-43-07
Adeeb Alam
Solution

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

UserImage.jpg
Sasank G
Thank you so much Adeeb Alam
2023-03-24 10-43-07
Adeeb Alam
2024-09-17 18-14-33
Miguel Defavari da Silva

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.


But i don't know if this is what they want because each environment has a different Application entity with ids that could be the same because they are long integer and auto incremented (the attribute 'key' is unique).

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.

2022-09-27 05-23-26
Mohammad Shoeb

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

Regards,

Shoeb






2023-03-24 10-43-07
Adeeb Alam
Solution

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

UserImage.jpg
Sasank G
Thank you so much Adeeb Alam
2023-03-24 10-43-07
Adeeb Alam
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.