is there a way plz? i need to convert my gif to tif for ocr recognition with MODI
Printable View
is there a way plz? i need to convert my gif to tif for ocr recognition with MODI
vb.net Code:
Image.FromFile("Gif Image").Save("Tiff Image", Imaging.ImageFormat.Tiff)
Gif Image is the filename of the unconverted image, and Tiff Image is the filename you want the converted image to be saved as
thx will try it! thx again for the fast reply :)
just tried i..it works but not all converted tif work with the OCR..for some converted images i get this error when i apply ocr
any idea wat's wrong?Code:An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in OCRtest.exe
Additional information: OCR running error
use
Code:mode.close