Deallocation of the memory of an OCR-network.
The operator close_ocr_net deallocates the memory of the network having the number NetId. Hereby all corresponding data will be deleted. However, if necessary, they can be saved in advance using the operator write_ocr_net. The number NetId will be invalid after the call; but later the system can use it again for new networks.
All data of the network will be deleted in the main memory (not on the hard disk).
NetId (input_control) |
integer -> integer |
ID of the OCR network to be deleted. | |
Default value: 'integer' |
If the parameter NetId is valid, the operator close_ocr_net returns the value TRUE. Otherwise an exception will be raised.