|
Ali,
The application is my own. Not only does it create temp files on save, but whenever I add a page to an OCR object. Here's my code
OCRObject.Startup()
// load the image stream in here
OCRObject.AddPage(LeadImage,0);
When the OCRObject starts a temp folder is created in my Documents and Settings folder. I then load the image stream with a .jpg file, then I add the page to the OCR Object. This is when it creates a .tmp file of my image.
This is fairly basic stuff and I can't beleive someone hasn;t already asked this question or it's something that is easily worked around. As it stands now I have to manually clear our users temp folder every few days.
Thanks, Scott
|