Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Oct 10, 2024
1 parent a5b4eb3 commit 98d2480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docrectifier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ void InitLicense(const FunctionCallbackInfo<Value> &args)
String::Utf8Value license(isolate, args[0]);
char *pszLicense = *license;
char errorMsgBuffer[512];
// Click https://www.dynamsoft.com/customer/license/trialLicense/?product=DocRectifier to get a trial license.
// Click https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform to get a trial license.
int ret = DC_InitLicense(pszLicense, errorMsgBuffer, 512);
printf("InitLicense: %s\n", errorMsgBuffer);
args.GetReturnValue().Set(Number::New(isolate, ret));
Expand Down

0 comments on commit 98d2480

Please sign in to comment.