common-utilities
Service icon

Common Utility

Stable version 1.0.7 (Compatible with OutSystems 11)
Uploaded
 on 24 November 2023
 by 
5.0
 (1 rating)
common-utilities

Common Utility

Documentation
1.0.2

Input Parameters:

  1. BinaryFile  - Image file in binary 
  2. DocuementType - e.g. "AADHAR" or "PAN" or "DRIVERLICENCE"

Output Parameters :

  1. OcrText : Read image and return the text
  2. MeanConfidance - in % 
  3. JsonString - Return document response in JSON format
  4. Response - Error code and Message

1.0.1

Add below new features -

GetAadharCardDetails - This will help you convert OCR text to proper JSON format. Refer the component Image OCR Utility for read ocr text] 

GetPANCardDetails - This will help you convert OCR text to proper JSON format. Refer the component Image OCR Utility for read ocr text] 

isValidAadharCardNUmber - This will help for validation of Aadhar Card (Indian document)

isValidPanCardNo - This will help for validation of PAN card (Indian document)


1.0.0

Components offers below functionality -


ValidateNumberFromRange : Validate Number from Provided Range.