Exemplo n.º 1
0
        public virtual dynamic Transcribe(string[] paths)
        {
            Identification.Link();

            ResetPictures reset = new ResetPictures();

            this.LoadPictures(reset, paths);
            this.CutPicture(reset);
            this.ReIdentificate(reset);

            return(reset.ddata);
        }
Exemplo n.º 2
0
 public static void Link()
 {
     Identification.Link();
 }