|
@@ -25,6 +25,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cpp", "cpp", "{AFF4FA9D-6FD
|
|
|
EndProjectSection
|
|
|
EndProject
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "csharp", "csharp", "{55F62E16-2F38-4E1F-8419-0F3178042D1E}"
|
|
|
+ ProjectSection(SolutionItems) = preProject
|
|
|
+ Algorithm\csharp\Clipper.cs = Algorithm\csharp\Clipper.cs
|
|
|
+ Algorithm\csharp\EnumOCRExecutionStatus.cs = Algorithm\csharp\EnumOCRExecutionStatus.cs
|
|
|
+ Algorithm\csharp\EnumOCRModel.cs = Algorithm\csharp\EnumOCRModel.cs
|
|
|
+ Algorithm\csharp\IDCardAnalyser.cs = Algorithm\csharp\IDCardAnalyser.cs
|
|
|
+ Algorithm\csharp\IDCardRecogResult.cs = Algorithm\csharp\IDCardRecogResult.cs
|
|
|
+ Algorithm\csharp\TextBox.cs = Algorithm\csharp\TextBox.cs
|
|
|
+ Algorithm\csharp\TextLine.cs = Algorithm\csharp\TextLine.cs
|
|
|
+ EndProjectSection
|
|
|
EndProject
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OCRProcessCore", "OCRProcessCore", "{1990D5C7-54C2-4F7E-92BD-172664C9457A}"
|
|
|
ProjectSection(SolutionItems) = preProject
|
|
@@ -42,13 +51,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "InferNet", "InferNet", "{2F
|
|
|
EndProject
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OCRProcessCore", "OCRProcessCore", "{82E5C08E-5C70-45F0-8169-6C5AEB2843B9}"
|
|
|
ProjectSection(SolutionItems) = preProject
|
|
|
- Algorithm\csharp\Clipper.cs = Algorithm\csharp\Clipper.cs
|
|
|
- Algorithm\csharp\EnumOCRExecutionStatus.cs = Algorithm\csharp\EnumOCRExecutionStatus.cs
|
|
|
- Algorithm\csharp\EnumOCRModel.cs = Algorithm\csharp\EnumOCRModel.cs
|
|
|
- Algorithm\csharp\IDCardAnalyser.cs = Algorithm\csharp\IDCardAnalyser.cs
|
|
|
- Algorithm\csharp\IDCardRecogResult.cs = Algorithm\csharp\IDCardRecogResult.cs
|
|
|
- Algorithm\csharp\TextBox.cs = Algorithm\csharp\TextBox.cs
|
|
|
- Algorithm\csharp\TextLine.cs = Algorithm\csharp\TextLine.cs
|
|
|
+ Algorithm\csharp\OCRProcessCore\IOCRProcessCore.cs = Algorithm\csharp\OCRProcessCore\IOCRProcessCore.cs
|
|
|
+ Algorithm\csharp\OCRProcessCore\OCRResult.cs = Algorithm\csharp\OCRProcessCore\OCRResult.cs
|
|
|
+ Algorithm\csharp\OCRProcessCore\TextBlock.cs = Algorithm\csharp\OCRProcessCore\TextBlock.cs
|
|
|
EndProjectSection
|
|
|
EndProject
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "InferNet", "InferNet", "{8C0E7BAD-B045-40CF-9B13-E97A3106BDCA}"
|