In various scenarios, after capturing recognition data, there is often a need for further post-processing to prepare, clean up, validate, or normalize the data before it is fed into a third-party system. The elDoc system provides post-processing functionality specifically tailored to address these requirements. This capability ensures that the data extracted from documents is refined and standardized, enhancing its accuracy and compatibility with other systems or applications. 

Post-processing is facilitated through the JavaScript script engine, requiring standard JavaScript syntax for writing the post-processing code. This functionality allows for defining post-processing tasks for specific fields or for the entire RecoForm (recognition form). Watch the short tutorial for an overview of how post-processing rules can be applied.

Learn more: data normalization with post-processing capabilities