using System.Threading.Tasks; namespace RhSolutions.Services; public interface IOcrClient { public Task> ProcessImage(string base64Image); }