1Geek
1Geek
Hello Guys. First, i recently start using **knockoutjs** and i really love it. Right now, i'm facing a big problem and its very irritating because so far everything was good....
Each time the observable is not being evaluated, i have this traceback. ``` javascript Uncaught TypeError: message.replace is not a function with a traceback of : ko.validation.formatMessage @ knockout.validation.debug.js:279validateSync @...
My guess is that being not evaluated, the code that's calling **ko.validation.formatMessage** function which is not anymore a string but something not evaluated.
Is there a way to remove the validation and re-apply it without refreshing the page?
Thank you for your quick answer. Finally, since all extenders messages are evaluated immediately, I'll change them through a function later and notify all subscribers directly. Only problem is (valueHasMutated/notifySubscribers())...
Work for me: 1) Download or clone the cordova-plugin-tesseract and install it $ git clone https://github.com/gustavomazzoni/cordova-plugin-tesseract $ ionic plugin add path-to-your/cordova-plugin-tesseract 2) Refresh platform folders $ ionic platform rm android...
No i dont have this kind of project. But, after I testing "cordova-plugin-tesseract with tess-two" for android and "cordova-plugin-tesseract with CocoaPods" with IOS. I can assure you that your are...
If i understand there only 2 languages support? eng.traineddata por.traineddata ``` var language = "eng"; TesseractPlugin.loadLanguage(language, function(response) { deferred.resolve(response); }, function(reason) { deferred.reject('Error on loading OCR file for your language....
I think the installation step is deprecated. I finally install tess-two by following gustavomazzoni fork steps, but not the step 2.3, because i always have this error ``` Error: Project...