Add TetraPackOCR
This commit is contained in:
16
TetraPackOCR/OCRTextResult.cs
Normal file
16
TetraPackOCR/OCRTextResult.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TetraPackOCR
|
||||
{
|
||||
internal class OCRTextResult
|
||||
{
|
||||
public bool match;
|
||||
public string text;
|
||||
public List<PointF[]> points = new List<PointF[]>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user