hi @ppr Thanks for response. My pattern is working properly. But its not extracting while executing. I am using Document understanding Activities. As you can see in my Second screenshot. Its matching the text for given expression.
Its “Regex Based Extractor” which comes under document understanding.(IntelligentOCR package)
2nd image shows (regex expression is valid)
3rd image is the input. (that is how it as to be given, It doesn’t have any scope)
I checked by giving same regex expression in matches activity. it extracts correctly. But where as in document understanding its not extracting the value.
Since you are extracting rows inside a table you will have to define the table. please follow this regex extractor example, looks similar to your use case.