Grooper 21.00.0082 is available as of 12-12-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0026 is available as of 09-16-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 24.0.0012 is available as of 10-10-2024! Check the Downloads Discussion for the release notes and to get the latest version.
How do you use both classify pages and an EPI separator?
khooker
Posts: 4 ✭✭
I've setup an EPI extractor that works very well when used individually, however, in the separation tester within the content model, the EPI column does not return any results?
Tagged:
0
Best Answer
-
The Chuck Posts: 81 modThe referenced EPI Extractor must output a regular expression group named 'PageNo'. This will populate the page number in the EPI. The output can optionally contain a group named 'PageCount' that will populate the EPI with the page number and page count (e.g. '2 of 5').
I'm updating the in-app documentation to reflect this and also putting in a validation check that makes sure that there is a regular expression group named 'PageNo'.
Edit to add - Here's the new in-app description of EPI Extractor:
"The provided Extractor must define and output a group named 'PageNo', and optionally may define and output a group named 'PageCount'. For example, if the document set contains page numbering like 'Page 1 of 4', the following pattern would generate the required group names: Page (?<PageNo>\d+) of (?<PageCount>\d+) "6