Initial Commit, can take in input a json config file

This commit is contained in:
2023-04-04 09:11:41 +02:00
commit 3bbb5e547b
27 changed files with 1525 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OCR_Decode", "OCR_Decode\OCR_Decode.csproj", "{69323A62-94E2-4869-9577-9FD4A79A0697}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69323A62-94E2-4869-9577-9FD4A79A0697}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69323A62-94E2-4869-9577-9FD4A79A0697}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69323A62-94E2-4869-9577-9FD4A79A0697}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69323A62-94E2-4869-9577-9FD4A79A0697}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {683A3927-4877-4CD7-8424-3A175A983462}
EndGlobalSection
EndGlobal