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

            testFixture.Convert_BitmapToPix(1);
        }
예제 #2
0
 static void Main(string[] args)
 {
     var testFixture = new Tesseract.Tests.Leptonica.ConvertBitmapToPixTests();
     testFixture.Convert_PixToBitmap("photo_8.bmp", true);
 }
예제 #3
0
파일: Program.cs 프로젝트: Gankov/tesseract
 static void Main(string[] args)
 {
     var testFixture = new Tesseract.Tests.Leptonica.ConvertBitmapToPixTests();
     testFixture.Convert_BitmapToPix(1);
 }