RapidOCRCSharp
RapidOCRCSharp copied to clipboard
Results
1
RapidOCRCSharp issues
Sort by
recently updated
recently updated
newest added
原作者已更新Clipper2Lib private static List Unclip(List box, float unclip_ratio) { RotatedRect clipRect = CvInvoke.MinAreaRect(box.ToArray()); if (clipRect.Size.Height < 1.001 && clipRect.Size.Width < 1.001) { return null; } Path64 theCliperPts = new Path64();...