Question
Is there a way to load a color image as Black-and-White?
Answer
Each image loaded to FineReader Engine is represented internally in 4 image planes: Black-and-white, Gray, Color, and Preview. If you want the Engine to work only with a Black-and-white plane, please set the DiscardColorImage property of the PrepareImageMode object to TRUE and pass it to the image loading method. You can find more information in the Developer's Help.
Comments
0 comments
Article is closed for comments.