Beispiel #1
0
        static void Main(string[] args)
        {
            var testFixture = new Tesseract.Tests.Leptonica.ConvertBitmapToPixTests();

            testFixture.Convert_BitmapToPix(1);
        }
Beispiel #2
0
 static void Main(string[] args)
 {
     var testFixture = new Tesseract.Tests.Leptonica.ConvertBitmapToPixTests();
     testFixture.Convert_PixToBitmap("photo_8.bmp", true);
 }
Beispiel #3
0
 static void Main(string[] args)
 {
     var testFixture = new Tesseract.Tests.Leptonica.ConvertBitmapToPixTests();
     testFixture.Convert_BitmapToPix(1);
 }