Home / NeuralNetwork / NeuralNetwork.Model / Services / ITextRecognisingService.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NeuralNetwork.Model.Services { public interface ITextRecognisingService { int Work(); } }