You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am on Mac OS X (10.11.6)
node --version
v6.2.2
npm --version
3.9.5
It works after some tweaking here and there to make it compile. But when I start processing an image I see a lot of this:
==== C stack trace ===============================
1: v8::Template::Set(v8::Localv8::Name, v8::Localv8::Data, v8::PropertyAttribute)
2: binding::Tesseract::Init(v8::Localv8::Object)
3: InitAll(v8::Localv8::Object)
4: node::DLOpen(v8::FunctionCallbackInfov8::Value const&)
5: v8::internal::FunctionCallbackArguments::Call(void ()(v8::FunctionCallbackInfov8::Value const&))
6: v8::internal::MaybeHandlev8::internal::Object v8::internal::(anonymous namespace)::HandleApiCallHelper(v8::internal::Isolate, v8::internal::(anonymous namespace)::BuiltinArguments<(v8::internal::BuiltinExtraArguments)1>)
7: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object*, v8::internal::Isolate)
8: 0x1d7155a0961b
(node) v8::ObjectTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.
@balmasi node-dv uses few C libraries and to compile it you will need the XCode command line dev tools. Also you should have in mind that the tesseract included is not the recent version.
Hi,
I am on Mac OS X (10.11.6)
node --version
v6.2.2
npm --version
3.9.5
It works after some tweaking here and there to make it compile. But when I start processing an image I see a lot of this:
The text was updated successfully, but these errors were encountered: