Charles Weld
Charles Weld
Support for declaring a popover inspired by Github's and Twitter Bootstrap's popover functionality. Works great with Toggle buttons as per example (checkout other tab in app)! **Note:** If used inside...
The following unit test are failing in Tesseract 4.1 build (branch features\321-Tesseract-4): * EngineTests.CanParseText_UsingMode(SingleBlockVertText,"A line of text") Preliminary investigation indicates the problem is with tesseract itself, however yet to be...
The following unit tests are failing in Tesseract 4.1 build (branch features\321-Tesseract-4): * EngineTests.CanProcessDifferentRegionsInSameImage * EngineTests.CanProcessSpecifiedRegionInImage seems to be related to https://github.com/tesseract-ocr/tesseract/issues/845 More specifically setting setting the region of interest...
After upgrading to Tesseract 5.0 (see #579) the uzn test, CanParseUznFile, is failing with the following error: ``` Expected string length 21 but was 33. Strings differ at index 5....
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...