Question
Can I initialize FineReader Engine without Customer Project ID?
Answer
If you need to initialize Engine without Customer Project ID, you need to pass either 0 in case your programming language expects a reference or just "" in case the function needs a string like in the example for C++ below:
pInitializeEngine( CBstr( L"" ), CBstr( getLicensePath() ),
CBstr( getLicensePassword() ), CBstr( L"" ), CBstr( L"" ), VARIANT_FALSE, &Engine ) ) );
Comments
0 comments
Please sign in to leave a comment.