Browse Source

更新文件路径

lilith.lu 1 năm trước cách đây
mục cha
commit
9e81d947a5

+ 12 - 7
IDCardRecogntion/SourceCode/IDCardRecognition.sln

@@ -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}"

+ 1 - 0
IDCardRecogntion/SourceCode/Mobile/android/IDCardRecognitionSo.vcxproj

@@ -71,6 +71,7 @@
       <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
       <AdditionalIncludeDirectories>..\..\Algorithm\cpp\;..\..\Algorithm\cpp\InferNet\;..\..\Algorithm\cpp\InferNet\PaddleOCR\;..\..\Algorithm\cpp\OCRProcessCore\;..\..\Algorithm\cpp\OCRProcessCore\PaddleOCR\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <ExceptionHandling>Enabled</ExceptionHandling>
+      <PreprocessorDefinitions>__ANDROID__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     </ClCompile>
     <Link>
       <AdditionalLibraryDirectories>..\..\..\ThirdPartyLibs\310_android\libs\arm64-v8a;..\..\..\ThirdPartyLibs\onnxruntime_android\libs\arm64-v8a;..\..\..\ThirdPartyLibs\450_android\3rdparty\libs\arm64-v8a;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+ 1 - 1
IDCardRecogntion/SourceCode/Mobile/android/IDCardRecognitionSo.vcxproj.user

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
-    <ShowAllFiles>true</ShowAllFiles>
+    <ShowAllFiles>false</ShowAllFiles>
   </PropertyGroup>
 </Project>