Saving Processing Data to Disk
In order to save this identification analysis information to disk so that it can be used the next time the FormSet is loaded, the FormSet and FormDefinitions need to be saved using the Write method. Depending on arguments to the Processor constructor, the Processor object may or may not automatically perform the saving back to disk.
- If the calling code passes a FormSet object to the Processor constructor, then the Processor will never attempt to save the FormSet back to disk.
- Otherwise, if the calling code passes the name of a form set file to the Processor constructor, then the Processor will attempt to save the FormSet back to disk, unless the calling code also specifies through another parameter that the Processor should not try to save the FormSet changes.