Search found 5 matches

by Ken
Thu Jun 18, 2015 6:05 pm
Forum: OCR, MRC & Document understanding
Topic: [C#/VB.NET] PDF to TIFF using Color Detection
Replies: 9
Views: 20716

Re: [C#/VB.NET] PDF to TIFF using Color Detection

I'm sorry that I am not being clear. How do I produce the same result without using ColorDection. How do I take a color pdf and make a tiff that has an Image Mode of bitmap??
by Ken
Tue Jun 16, 2015 10:14 pm
Forum: OCR, MRC & Document understanding
Topic: [C#/VB.NET] PDF to TIFF using Color Detection
Replies: 9
Views: 20716

Re: [C#/VB.NET] PDF to TIFF using Color Detection

Using the code below, I am converting pdf to tiff using ColorDetection. I have the AutoConvert parameter set to True. After the tiff files are saved I open them in PhotoShop. The "Image Mode" is Bitmap (see attached image). What conversion is used during the AutoConvert process to make a t...
by Ken
Mon Jun 15, 2015 11:43 pm
Forum: OCR, MRC & Document understanding
Topic: [C#/VB.NET] PDF to TIFF using Color Detection
Replies: 9
Views: 20716

Re: [C#/VB.NET] PDF to TIFF using Color Detection

When using ColorDetection with AutoConvert when the bitdepth = 1 GDPicture converts the image to a mode that when the tif file is opened in Adobe PhotoShop the image mode is "Bitmap" (don't confuse this with the file type bmp; it's not a bitmap file, its image mode is Bitmap) What GDPictur...
by Ken
Fri Jun 12, 2015 7:52 pm
Forum: OCR, MRC & Document understanding
Topic: [C#/VB.NET] PDF to TIFF using Color Detection
Replies: 9
Views: 20716

Re: [C#/VB.NET] PDF to TIFF using Color Detection

When is the minor release scheduled?
by Ken
Fri Jun 12, 2015 1:10 am
Forum: OCR, MRC & Document understanding
Topic: [C#/VB.NET] PDF to TIFF using Color Detection
Replies: 9
Views: 20716

Re: [C#/VB.NET] PDF to TIFF using Color Detection

I used the sample code provided to convert PDF to TIFF using color detection however some of the image disappears in the tif file. If I do not use color detection then all the lines appear. I've uploaded two tiff files. GrayWallProblem.tif which is missing lines and GrayWall_Correct.tif which is how...