charlesw / tesseract-ocr-dotnet

Other
31 stars 35 forks source link

Rewrite tesseract-ocr wrapper to use C++\CLI #1

Open charlesw opened 12 years ago

charlesw commented 12 years ago

The wrapper currently use Managed extensions for C++ not C++\CLI which is deprecated by Microsoft. When doing this we should also develop the .net API as a one to one port of the C++ API as much as possible.