diff --git a/.vs/ConsoleApp2/DesignTimeBuild/.dtbcache.v2 b/.vs/ConsoleApp2/DesignTimeBuild/.dtbcache.v2
new file mode 100644
index 0000000..acf8a2c
Binary files /dev/null and b/.vs/ConsoleApp2/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/.vs/ConsoleApp2/FileContentIndex/85da3862-1610-4af5-a674-fd7e317c6484.vsidx b/.vs/ConsoleApp2/FileContentIndex/85da3862-1610-4af5-a674-fd7e317c6484.vsidx
new file mode 100644
index 0000000..619baf4
Binary files /dev/null and b/.vs/ConsoleApp2/FileContentIndex/85da3862-1610-4af5-a674-fd7e317c6484.vsidx differ
diff --git a/.vs/ConsoleApp2/FileContentIndex/b72a23d2-9970-4a9c-ae86-f6c3c0bd1e08.vsidx b/.vs/ConsoleApp2/FileContentIndex/b72a23d2-9970-4a9c-ae86-f6c3c0bd1e08.vsidx
new file mode 100644
index 0000000..5dfc8c0
Binary files /dev/null and b/.vs/ConsoleApp2/FileContentIndex/b72a23d2-9970-4a9c-ae86-f6c3c0bd1e08.vsidx differ
diff --git a/.vs/ConsoleApp2/v17/.futdcache.v2 b/.vs/ConsoleApp2/v17/.futdcache.v2
new file mode 100644
index 0000000..a677ce2
Binary files /dev/null and b/.vs/ConsoleApp2/v17/.futdcache.v2 differ
diff --git a/.vs/ConsoleApp2/v17/.suo b/.vs/ConsoleApp2/v17/.suo
new file mode 100644
index 0000000..13ef221
Binary files /dev/null and b/.vs/ConsoleApp2/v17/.suo differ
diff --git a/.vs/ProjectEvaluation/consoleapp2.metadata.v7.bin b/.vs/ProjectEvaluation/consoleapp2.metadata.v7.bin
new file mode 100644
index 0000000..be1aec7
Binary files /dev/null and b/.vs/ProjectEvaluation/consoleapp2.metadata.v7.bin differ
diff --git a/.vs/ProjectEvaluation/consoleapp2.projects.v7.bin b/.vs/ProjectEvaluation/consoleapp2.projects.v7.bin
new file mode 100644
index 0000000..a7b4bbe
Binary files /dev/null and b/.vs/ProjectEvaluation/consoleapp2.projects.v7.bin differ
diff --git a/ConsoleApp2.sln b/ConsoleApp2.sln
new file mode 100644
index 0000000..ed4a1d7
--- /dev/null
+++ b/ConsoleApp2.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.7.34024.191
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp2", "ConsoleApp2\ConsoleApp2.csproj", "{7C34CA51-08BA-4712-8391-2635DEB77DF2}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {7C34CA51-08BA-4712-8391-2635DEB77DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {7C34CA51-08BA-4712-8391-2635DEB77DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {7C34CA51-08BA-4712-8391-2635DEB77DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {7C34CA51-08BA-4712-8391-2635DEB77DF2}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {9CCDA468-BEE4-40E3-9BDE-2733CCAF5ACD}
+ EndGlobalSection
+EndGlobal
diff --git a/ConsoleApp2/ConsoleApp2.csproj b/ConsoleApp2/ConsoleApp2.csproj
new file mode 100644
index 0000000..a90437c
--- /dev/null
+++ b/ConsoleApp2/ConsoleApp2.csproj
@@ -0,0 +1,14 @@
+
+
+
+ Exe
+ net6.0
+ enable
+ enable
+
+
+
+
+
+
+
diff --git a/ConsoleApp2/Program.cs b/ConsoleApp2/Program.cs
new file mode 100644
index 0000000..b9e924f
--- /dev/null
+++ b/ConsoleApp2/Program.cs
@@ -0,0 +1,18 @@
+// See https://aka.ms/new-console-template for more information
+using Patagames.Ocr;
+using Patagames.Ocr.Enums;
+
+Console.WriteLine("Hello, World!");
+
+
+//var api = OcrApi.Create();
+
+using (var api = OcrApi.Create())
+{
+ api.Init(Languages.Arabic);
+ //ScaleByPercent
+ string plainText = api.GetTextFromImage("C:\\Work\\Projects\\Testing Projects\\ConsoleApp1\\ConsoleApp1\\bin\\Debug\\net6.0\\images\\img4.jpeg");
+
+ Console.WriteLine(plainText);
+ Console.Read();
+}
\ No newline at end of file
diff --git a/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.deps.json b/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.deps.json
new file mode 100644
index 0000000..4d8f4c5
--- /dev/null
+++ b/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.deps.json
@@ -0,0 +1,110 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v6.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v6.0": {
+ "ConsoleApp2/1.0.0": {
+ "dependencies": {
+ "Tesseract.Net.SDK": "4.5.411"
+ },
+ "runtime": {
+ "ConsoleApp2.dll": {}
+ }
+ },
+ "Microsoft.NETCore.Platforms/5.0.0": {},
+ "Microsoft.Win32.SystemEvents/5.0.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "5.0.0"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
+ "System.Drawing.Common/5.0.0": {
+ "dependencies": {
+ "Microsoft.Win32.SystemEvents": "5.0.0"
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/System.Drawing.Common.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
+ "Tesseract.Net.SDK/4.5.411": {
+ "dependencies": {
+ "System.Drawing.Common": "5.0.0"
+ },
+ "runtime": {
+ "lib/net5.0/Patagames.Ocr.dll": {
+ "assemblyVersion": "4.5.2.50",
+ "fileVersion": "4.5.2.50"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "ConsoleApp2/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Microsoft.NETCore.Platforms/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
+ "path": "microsoft.netcore.platforms/5.0.0",
+ "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
+ },
+ "Microsoft.Win32.SystemEvents/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
+ "path": "microsoft.win32.systemevents/5.0.0",
+ "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512"
+ },
+ "System.Drawing.Common/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==",
+ "path": "system.drawing.common/5.0.0",
+ "hashPath": "system.drawing.common.5.0.0.nupkg.sha512"
+ },
+ "Tesseract.Net.SDK/4.5.411": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-xLAMfXMnegWGSiFtMo3QRoT6EdVfpOxlPh/WFwqIwblWDEnbxoxdhJO+Xyo/Q8pctgzERT1CAyg3jB+2PazEqQ==",
+ "path": "tesseract.net.sdk/4.5.411",
+ "hashPath": "tesseract.net.sdk.4.5.411.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.dll b/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.dll
new file mode 100644
index 0000000..945abed
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.dll differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.exe b/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.exe
new file mode 100644
index 0000000..765e8c9
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.exe differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.pdb b/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.pdb
new file mode 100644
index 0000000..d43e45f
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.pdb differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.runtimeconfig.json b/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.runtimeconfig.json
new file mode 100644
index 0000000..4986d16
--- /dev/null
+++ b/ConsoleApp2/bin/Debug/net6.0/ConsoleApp2.runtimeconfig.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "tfm": "net6.0",
+ "framework": {
+ "name": "Microsoft.NETCore.App",
+ "version": "6.0.0"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ConsoleApp2/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll b/ConsoleApp2/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll
new file mode 100644
index 0000000..d62f333
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/Patagames.Ocr.dll b/ConsoleApp2/bin/Debug/net6.0/Patagames.Ocr.dll
new file mode 100644
index 0000000..b25ce73
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/Patagames.Ocr.dll differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/System.Drawing.Common.dll b/ConsoleApp2/bin/Debug/net6.0/System.Drawing.Common.dll
new file mode 100644
index 0000000..2ca2eb5
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/System.Drawing.Common.dll differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll b/ConsoleApp2/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll
new file mode 100644
index 0000000..aad03ed
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll b/ConsoleApp2/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll
new file mode 100644
index 0000000..b5aa0c4
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll b/ConsoleApp2/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll
new file mode 100644
index 0000000..87fe0ae
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/tessdata.zip b/ConsoleApp2/bin/Debug/net6.0/tessdata.zip
new file mode 100644
index 0000000..9935bdc
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/tessdata.zip differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/tessdata/ara.traineddata b/ConsoleApp2/bin/Debug/net6.0/tessdata/ara.traineddata
new file mode 100644
index 0000000..4b687c7
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/tessdata/ara.traineddata differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/tessdata/configs/config.cfg b/ConsoleApp2/bin/Debug/net6.0/tessdata/configs/config.cfg
new file mode 100644
index 0000000..e69de29
diff --git a/ConsoleApp2/bin/Debug/net6.0/tessdata/eng.traineddata b/ConsoleApp2/bin/Debug/net6.0/tessdata/eng.traineddata
new file mode 100644
index 0000000..f4744c2
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/tessdata/eng.traineddata differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/tessdata/equ.traineddata b/ConsoleApp2/bin/Debug/net6.0/tessdata/equ.traineddata
new file mode 100644
index 0000000..27b4703
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/tessdata/equ.traineddata differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/tessdata/osd.traineddata b/ConsoleApp2/bin/Debug/net6.0/tessdata/osd.traineddata
new file mode 100644
index 0000000..183644a
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/tessdata/osd.traineddata differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/tessdata/pdf.ttf b/ConsoleApp2/bin/Debug/net6.0/tessdata/pdf.ttf
new file mode 100644
index 0000000..eb359b3
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/tessdata/pdf.ttf differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/tessdata/pdf.ttx b/ConsoleApp2/bin/Debug/net6.0/tessdata/pdf.ttx
new file mode 100644
index 0000000..c6db1c8
--- /dev/null
+++ b/ConsoleApp2/bin/Debug/net6.0/tessdata/pdf.ttx
@@ -0,0 +1,793 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ConsoleApp2/bin/Debug/net6.0/x64/tesseract.dll b/ConsoleApp2/bin/Debug/net6.0/x64/tesseract.dll
new file mode 100644
index 0000000..19f4bc0
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/x64/tesseract.dll differ
diff --git a/ConsoleApp2/bin/Debug/net6.0/x86/Tesseract.dll b/ConsoleApp2/bin/Debug/net6.0/x86/Tesseract.dll
new file mode 100644
index 0000000..907a6c4
Binary files /dev/null and b/ConsoleApp2/bin/Debug/net6.0/x86/Tesseract.dll differ
diff --git a/ConsoleApp2/obj/ConsoleApp2.csproj.nuget.dgspec.json b/ConsoleApp2/obj/ConsoleApp2.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..e42bb4b
--- /dev/null
+++ b/ConsoleApp2/obj/ConsoleApp2.csproj.nuget.dgspec.json
@@ -0,0 +1,69 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Work\\Projects\\Testing Projects\\ConsoleApp2\\ConsoleApp2\\ConsoleApp2.csproj": {}
+ },
+ "projects": {
+ "C:\\Work\\Projects\\Testing Projects\\ConsoleApp2\\ConsoleApp2\\ConsoleApp2.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Work\\Projects\\Testing Projects\\ConsoleApp2\\ConsoleApp2\\ConsoleApp2.csproj",
+ "projectName": "ConsoleApp2",
+ "projectPath": "C:\\Work\\Projects\\Testing Projects\\ConsoleApp2\\ConsoleApp2\\ConsoleApp2.csproj",
+ "packagesPath": "C:\\Users\\sssamy\\.nuget\\packages\\",
+ "outputPath": "C:\\Work\\Projects\\Testing Projects\\ConsoleApp2\\ConsoleApp2\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\sssamy\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "dependencies": {
+ "Tesseract.Net.SDK": {
+ "target": "Package",
+ "version": "[4.5.411, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/ConsoleApp2/obj/ConsoleApp2.csproj.nuget.g.props b/ConsoleApp2/obj/ConsoleApp2.csproj.nuget.g.props
new file mode 100644
index 0000000..a9fcd87
--- /dev/null
+++ b/ConsoleApp2/obj/ConsoleApp2.csproj.nuget.g.props
@@ -0,0 +1,18 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\sssamy\.nuget\packages\
+ PackageReference
+ 6.7.0
+
+
+
+
+
+ C:\Users\sssamy\.nuget\packages\tesseract.net.sdk\4.5.411
+
+
\ No newline at end of file
diff --git a/ConsoleApp2/obj/ConsoleApp2.csproj.nuget.g.targets b/ConsoleApp2/obj/ConsoleApp2.csproj.nuget.g.targets
new file mode 100644
index 0000000..8ca8da2
--- /dev/null
+++ b/ConsoleApp2/obj/ConsoleApp2.csproj.nuget.g.targets
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ConsoleApp2/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/ConsoleApp2/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..ed92695
--- /dev/null
+++ b/ConsoleApp2/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.AssemblyInfo.cs b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.AssemblyInfo.cs
new file mode 100644
index 0000000..5f1710c
--- /dev/null
+++ b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("ConsoleApp2")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("ConsoleApp2")]
+[assembly: System.Reflection.AssemblyTitleAttribute("ConsoleApp2")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.AssemblyInfoInputs.cache b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..7b0ef6e
--- /dev/null
+++ b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+084e4c37eab105ce35d26f7498c721348c273ef1
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.GeneratedMSBuildEditorConfig.editorconfig b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..08d9ea2
--- /dev/null
+++ b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,11 @@
+is_global = true
+build_property.TargetFramework = net6.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = ConsoleApp2
+build_property.ProjectDir = C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.GlobalUsings.g.cs b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.assets.cache b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.assets.cache
new file mode 100644
index 0000000..a44ed1c
Binary files /dev/null and b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.assets.cache differ
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.AssemblyReference.cache b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..c16937e
Binary files /dev/null and b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.AssemblyReference.cache differ
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.BuildWithSkipAnalyzers b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.CopyComplete b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.CoreCompileInputs.cache b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..3587269
--- /dev/null
+++ b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+026c9615534c1be6eb217080770177a93315b3c6
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.FileListAbsolute.txt b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..0ba116a
--- /dev/null
+++ b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.csproj.FileListAbsolute.txt
@@ -0,0 +1,30 @@
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\x64\tesseract.dll
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\x86\Tesseract.dll
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\tessdata\configs\config.cfg
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\tessdata\eng.traineddata
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\tessdata\equ.traineddata
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\tessdata\osd.traineddata
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\tessdata\pdf.ttf
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\tessdata\pdf.ttx
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\ConsoleApp2.exe
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\ConsoleApp2.deps.json
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\ConsoleApp2.runtimeconfig.json
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\ConsoleApp2.dll
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\ConsoleApp2.pdb
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\System.Drawing.Common.dll
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\Patagames.Ocr.dll
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\obj\Debug\net6.0\ConsoleApp2.csproj.AssemblyReference.cache
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\obj\Debug\net6.0\ConsoleApp2.GeneratedMSBuildEditorConfig.editorconfig
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\obj\Debug\net6.0\ConsoleApp2.AssemblyInfoInputs.cache
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\obj\Debug\net6.0\ConsoleApp2.AssemblyInfo.cs
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\obj\Debug\net6.0\ConsoleApp2.csproj.CoreCompileInputs.cache
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\obj\Debug\net6.0\ConsoleApp2.csproj.CopyComplete
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\obj\Debug\net6.0\ConsoleApp2.dll
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\obj\Debug\net6.0\refint\ConsoleApp2.dll
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\obj\Debug\net6.0\ConsoleApp2.pdb
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\obj\Debug\net6.0\ConsoleApp2.genruntimeconfig.cache
+C:\Work\Projects\Testing Projects\ConsoleApp2\ConsoleApp2\obj\Debug\net6.0\ref\ConsoleApp2.dll
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.dll b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.dll
new file mode 100644
index 0000000..945abed
Binary files /dev/null and b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.dll differ
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.genruntimeconfig.cache b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.genruntimeconfig.cache
new file mode 100644
index 0000000..52de4d7
--- /dev/null
+++ b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.genruntimeconfig.cache
@@ -0,0 +1 @@
+2fbc5aa71f2fcc9c0926e875c7f90ff0cc7b5acd
diff --git a/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.pdb b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.pdb
new file mode 100644
index 0000000..d43e45f
Binary files /dev/null and b/ConsoleApp2/obj/Debug/net6.0/ConsoleApp2.pdb differ
diff --git a/ConsoleApp2/obj/Debug/net6.0/apphost.exe b/ConsoleApp2/obj/Debug/net6.0/apphost.exe
new file mode 100644
index 0000000..765e8c9
Binary files /dev/null and b/ConsoleApp2/obj/Debug/net6.0/apphost.exe differ
diff --git a/ConsoleApp2/obj/Debug/net6.0/ref/ConsoleApp2.dll b/ConsoleApp2/obj/Debug/net6.0/ref/ConsoleApp2.dll
new file mode 100644
index 0000000..9a86018
Binary files /dev/null and b/ConsoleApp2/obj/Debug/net6.0/ref/ConsoleApp2.dll differ
diff --git a/ConsoleApp2/obj/Debug/net6.0/refint/ConsoleApp2.dll b/ConsoleApp2/obj/Debug/net6.0/refint/ConsoleApp2.dll
new file mode 100644
index 0000000..9a86018
Binary files /dev/null and b/ConsoleApp2/obj/Debug/net6.0/refint/ConsoleApp2.dll differ
diff --git a/ConsoleApp2/obj/project.assets.json b/ConsoleApp2/obj/project.assets.json
new file mode 100644
index 0000000..771f948
--- /dev/null
+++ b/ConsoleApp2/obj/project.assets.json
@@ -0,0 +1,301 @@
+{
+ "version": 3,
+ "targets": {
+ "net6.0": {
+ "Microsoft.NETCore.Platforms/5.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
+ },
+ "runtime": {
+ "lib/netstandard1.0/_._": {}
+ }
+ },
+ "Microsoft.Win32.SystemEvents/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "5.0.0"
+ },
+ "compile": {
+ "ref/netstandard2.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Drawing.Common/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Win32.SystemEvents": "5.0.0"
+ },
+ "compile": {
+ "ref/netcoreapp3.0/System.Drawing.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/System.Drawing.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "Tesseract.Net.SDK/4.5.411": {
+ "type": "package",
+ "dependencies": {
+ "System.Drawing.Common": "5.0.0"
+ },
+ "compile": {
+ "lib/net5.0/Patagames.Ocr.dll": {
+ "related": ".deps.json;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net5.0/Patagames.Ocr.dll": {
+ "related": ".deps.json;.xml"
+ }
+ },
+ "build": {
+ "build/Tesseract.Net.SDK.targets": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Microsoft.NETCore.Platforms/5.0.0": {
+ "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
+ "type": "package",
+ "path": "microsoft.netcore.platforms/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/netstandard1.0/_._",
+ "microsoft.netcore.platforms.5.0.0.nupkg.sha512",
+ "microsoft.netcore.platforms.nuspec",
+ "runtime.json",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.Win32.SystemEvents/5.0.0": {
+ "sha512": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
+ "type": "package",
+ "path": "microsoft.win32.systemevents/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Win32.SystemEvents.dll",
+ "lib/net461/Microsoft.Win32.SystemEvents.xml",
+ "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
+ "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
+ "microsoft.win32.systemevents.5.0.0.nupkg.sha512",
+ "microsoft.win32.systemevents.nuspec",
+ "ref/net461/Microsoft.Win32.SystemEvents.dll",
+ "ref/net461/Microsoft.Win32.SystemEvents.xml",
+ "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
+ "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
+ "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll",
+ "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml",
+ "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll",
+ "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "System.Drawing.Common/5.0.0": {
+ "sha512": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==",
+ "type": "package",
+ "path": "system.drawing.common/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net461/System.Drawing.Common.dll",
+ "lib/netcoreapp3.0/System.Drawing.Common.dll",
+ "lib/netcoreapp3.0/System.Drawing.Common.xml",
+ "lib/netstandard2.0/System.Drawing.Common.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net461/System.Drawing.Common.dll",
+ "ref/netcoreapp3.0/System.Drawing.Common.dll",
+ "ref/netcoreapp3.0/System.Drawing.Common.xml",
+ "ref/netstandard2.0/System.Drawing.Common.dll",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll",
+ "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll",
+ "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml",
+ "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll",
+ "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll",
+ "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml",
+ "system.drawing.common.5.0.0.nupkg.sha512",
+ "system.drawing.common.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Tesseract.Net.SDK/4.5.411": {
+ "sha512": "xLAMfXMnegWGSiFtMo3QRoT6EdVfpOxlPh/WFwqIwblWDEnbxoxdhJO+Xyo/Q8pctgzERT1CAyg3jB+2PazEqQ==",
+ "type": "package",
+ "path": "tesseract.net.sdk/4.5.411",
+ "hasTools": true,
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "build/Tesseract.Net.SDK.targets",
+ "build/x64/tesseract.dll",
+ "build/x86/Tesseract.dll",
+ "content/tessdata/configs/config.cfg",
+ "content/tessdata/eng.traineddata",
+ "content/tessdata/equ.traineddata",
+ "content/tessdata/osd.traineddata",
+ "content/tessdata/pdf.ttf",
+ "content/tessdata/pdf.ttx",
+ "lib/net20/Patagames.Ocr.dll",
+ "lib/net20/Patagames.Ocr.xml",
+ "lib/net30/Patagames.Ocr.XML",
+ "lib/net30/Patagames.Ocr.dll",
+ "lib/net35/Patagames.Ocr.XML",
+ "lib/net35/Patagames.Ocr.dll",
+ "lib/net40/Patagames.Ocr.XML",
+ "lib/net40/Patagames.Ocr.dll",
+ "lib/net45/Patagames.Ocr.XML",
+ "lib/net45/Patagames.Ocr.dll",
+ "lib/net451/Patagames.Ocr.XML",
+ "lib/net451/Patagames.Ocr.dll",
+ "lib/net452/Patagames.Ocr.XML",
+ "lib/net452/Patagames.Ocr.dll",
+ "lib/net46/Patagames.Ocr.XML",
+ "lib/net46/Patagames.Ocr.dll",
+ "lib/net461/Patagames.Ocr.XML",
+ "lib/net461/Patagames.Ocr.dll",
+ "lib/net462/Patagames.Ocr.XML",
+ "lib/net462/Patagames.Ocr.dll",
+ "lib/net47/Patagames.Ocr.XML",
+ "lib/net47/Patagames.Ocr.dll",
+ "lib/net471/Patagames.Ocr.XML",
+ "lib/net471/Patagames.Ocr.dll",
+ "lib/net472/Patagames.Ocr.XML",
+ "lib/net472/Patagames.Ocr.dll",
+ "lib/net48/Patagames.Ocr.XML",
+ "lib/net48/Patagames.Ocr.dll",
+ "lib/net5.0/Patagames.Ocr.deps.json",
+ "lib/net5.0/Patagames.Ocr.dll",
+ "lib/net5.0/Patagames.Ocr.xml",
+ "lib/netstandard2.0/Patagames.Ocr.deps.json",
+ "lib/netstandard2.0/Patagames.Ocr.dll",
+ "lib/netstandard2.0/Patagames.Ocr.xml",
+ "lib/netstandard2.1/Patagames.Ocr.deps.json",
+ "lib/netstandard2.1/Patagames.Ocr.dll",
+ "lib/netstandard2.1/Patagames.Ocr.xml",
+ "tesseract.net.sdk.4.5.411.nupkg.sha512",
+ "tesseract.net.sdk.nuspec",
+ "tools/install.ps1"
+ ]
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net6.0": [
+ "Tesseract.Net.SDK >= 4.5.411"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\sssamy\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Work\\Projects\\Testing Projects\\ConsoleApp2\\ConsoleApp2\\ConsoleApp2.csproj",
+ "projectName": "ConsoleApp2",
+ "projectPath": "C:\\Work\\Projects\\Testing Projects\\ConsoleApp2\\ConsoleApp2\\ConsoleApp2.csproj",
+ "packagesPath": "C:\\Users\\sssamy\\.nuget\\packages\\",
+ "outputPath": "C:\\Work\\Projects\\Testing Projects\\ConsoleApp2\\ConsoleApp2\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\sssamy\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "dependencies": {
+ "Tesseract.Net.SDK": {
+ "target": "Package",
+ "version": "[4.5.411, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.400\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/ConsoleApp2/obj/project.nuget.cache b/ConsoleApp2/obj/project.nuget.cache
new file mode 100644
index 0000000..83ae922
--- /dev/null
+++ b/ConsoleApp2/obj/project.nuget.cache
@@ -0,0 +1,13 @@
+{
+ "version": 2,
+ "dgSpecHash": "6Qt5qpp5B/+tmjUv7I+tFnjgDPqGfv/QdNcp9Kp6VuEnjFyYYmaYMj6QTLSwdrUGR9+YrZPqLJwiT11Wb8tGow==",
+ "success": true,
+ "projectFilePath": "C:\\Work\\Projects\\Testing Projects\\ConsoleApp2\\ConsoleApp2\\ConsoleApp2.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\sssamy\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512",
+ "C:\\Users\\sssamy\\.nuget\\packages\\microsoft.win32.systemevents\\5.0.0\\microsoft.win32.systemevents.5.0.0.nupkg.sha512",
+ "C:\\Users\\sssamy\\.nuget\\packages\\system.drawing.common\\5.0.0\\system.drawing.common.5.0.0.nupkg.sha512",
+ "C:\\Users\\sssamy\\.nuget\\packages\\tesseract.net.sdk\\4.5.411\\tesseract.net.sdk.4.5.411.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file