Image

kumarsiva

New Member
We have 10 PAN cards. How to read all PAN no from 10PAN cards and it should store it into collection and we have same pancard no in the Excel that need to store it into collection and need to compare both data. Please suggest how to do? For reading 10Pan card no's from 10pan cards have to create 10objects or how?
 

VJR

Well-Known Member
Hi kumarsiva,

How are the 10 Pan cards arranged? Are the 10 cards in one single PDF on different pages? Are they in 10 different jpg files?
 

VJR

Well-Known Member
Hi VJR

10PAN cards are from 10jpeg files
If its an Image file, then when you open the file it must be opening in any of the Image editors.
If the actual Pan numbers are in the same position for every file then you can read it using Region mode in a single object.
 

VJR

Well-Known Member
For that have you checked if that is true? Is the 10 digit PAN number always at the same position when you open all the 10 images?
 

VJR

Well-Known Member
Refer the attached BO which you need to Import and call it from a Process although you can test it and see that its working from the BO itself.

The only difference is in the Application Modeller using the Region mode you need to correctly spy the text area around the actual <Pan Number> on your image. The sample image I have chosen is a different one so the area (or the Region) where the pan number is on your image would be different.

Also since you have 10 images you will need to make modifications to it like - add it to a collection (say colScannedPAN). Once all 10 are finished then read the Excel List into another Collection (say colExcelPAN) using 'Get Worksheet as Collection', then you can loop through any one of these collections (you need to know which one) and use 'Collection Contains Value' action to check against another collection.

(Refer PanNo data item)
1525936438413.png
 

Attachments

  • ReadPan.zip
    598.2 KB · Views: 109
Top