PDF auto

If I have multiple format of invoice pdf that might have same or similar data but different format. How we can create generic scripts for that

@Animesh_Sarma

One way is to first read data using Read PDF Text or Read PDF text with OCR activity and then apply string manipulation functions or regular expressions to fetch required data.

Another way is to use Anchor Base activity and indicate that element and use Get Text activity to fetch that data.

5 Likes