Enum PixelType
Enum PixelType
Namn på plats: Aspose.OCR Sammanfattning: Aspose.OCR.dll (25.4.0)
Det bestämmer typen av pixeldata för bildupplysning.
public enum PixelType
Fields
BGR = 4
Sätt typ som bgr.
BYTE = 1
Sätt typ som 1 bit per pixel.
RGB = 2
Sätt typ som rgb.
RGBA = 3
Sätt typ som argb.
Remarks
Används i AsposeOcr.RecognizeImage(byte[], int, int, PixelType, RecognitionSettings) för att ställa in sekvenserna av byter i dataserien.