ChaoII
Results
82
comments of
ChaoII
你看[c#源码里面的这一行OCRResult的定义](https://github.com/PaddlePaddle/FastDeploy/blob/cd0ee79c91d4ed1103abdc65ff12ccadd23d0827/csharp/fastdeploy/vision/result.cs#L143)是不是和C 的OCRResult字段对不上? ```C# public class OCRResult { public List boxes; /// Member variable which indicates the coordinates of all detected target boxes in a single image. Each box is represented...
我也调不通