Dear Community,
in my organization we are using decipher in some projects. We have find ourselves with a knowledge limitation.
We are trying to extract a phrase frome PDFs. This phrase can be divided into 2,3,4 or five lines, depending on the structure.
We can define a Regular expression that contemplates this issue, but it seems that decipher is not able to execute the Regex through multiple lines, so it doesn´t recognise our intended phrase.
Examples:
We need a DFD with a regex that extracts the phrase - image 1: "DEMARCACIÓN DE CARRETERAS DEL ESTADO EN CATALUÑA" - image 2: DEMARCACIÓN DE CARRETERAS DEL ESTADO EN CASTILLA Y LEÓN OCCIDENTAL"
We have this regex working:
(DEMARCACION)[\s\n\r]*(DE)[\s\n\r]*(CARRETERAS)[\s\n\r]*(DEL)[\s\n\r]*(ESTADO EN)[\s\n\r]*(CATALUÑA|CASTILLA-LA MANCHA) in other languages, but the limitation through lines in decipher doesn´t allow us to succed with it.
Please, if you have an idea to get through this issue, it will help a lot. I have seen other post regarding this problem, but it hasn´t help at all in our case.
Best regardas, have a nice day!
------------------------------
Arturo Garcia
------------------------------