摘要: using PaddleOCRSharp; namespace PaddleOCRSharpDemo { internal class Program { static void Main(string[] args) { //中英文模型V3模型 OCRModelConfig config = nu 阅读全文
posted @ 2025-01-20 17:07 CHHC 阅读(438) 评论(0) 推荐(0)
摘要: 参考文档:https://www.cnblogs.com/mq0036/p/18302572 using MLNET_Image; using static MLNET_Image.MLModel1; namespace MLNET.Image { public partial class Main 阅读全文
posted @ 2025-01-20 15:50 CHHC 阅读(20) 评论(0) 推荐(0)
摘要: namespace PriorityQueueDemo { public class Task { public string Name { get; set; } } public class TaskPriorityComparer : IComparer<(int, int)> { publi 阅读全文
posted @ 2025-01-20 11:32 CHHC 阅读(123) 评论(0) 推荐(0)