Example #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            //var houghLinesComponent1 =new HoughLinesComponent();
            var 确认表扫描件纠正类1 = new 确认表扫描件纠正类();

            foreach (string aPdfFile in list_out)
            {
                var pdfFiles = Directory.GetFiles(aPdfFile);
                foreach (var aPdfFile1 in pdfFiles)
                {
                    //var pdfOutputDir = Path.Combine(txt_OutputDir.Text, );

                    确认表扫描件纠正类1.handle1(aPdfFile1);
                }
                //for (int i = 0; i < pdfFiles.Length; i++)
                //{
                //    var pdfOutputDir = Path.Combine(txt_OutputDir.Text, );

                //}
            }
        }
Example #2
0
 public Form1()
 {
     InitializeComponent();
     handle = new 确认表扫描件纠正类();
 }