This example app shows how to recognize mathematical expressions using the Selvy Pen SDK for Math on Windows
- Microsoft Visual Studio 2015 above
- Microsoft .NET Framework 4.5.2 above
- NuGet Package: WpfMath v0.8.0 (.NET library for rendering mathematical formula)
- Download Selvy Pen SDK for Math and License key
go to http://handwriting.selvasai.com/math/download.html - Place libspmath.dll in
mathRecognitionExample/bin/Debug|Release
ormathRecognitionExample/bin/x64/Debug|Release
- Place *.hdb files in
mathRecognitionExample/bin/Debug|Release/hdb
ormathRecognitionExample/bin/x64/Debug|Release/hdb
- Place a License file in
mathRecognitionExample/bin/Debug|Release/license_key
ormathRecognitionExample/bin/x64/Debug|Release/license_key
- Open mathRecognitionExample.sln and build this project in Microsoft Visual Studio
The Selvy Pen SDK for Math API documentation is available on Selvy Pen SDK website
- Math Recognition example: © 2020. SELVAS AI Inc. All Rights Reserved.
- WpfMath: MIT