Engine initialization without CustomerProjectID.

Question

Is it possible to initialize FineReader Engine without Customer Project ID?

Answer

If it is needed to initialize Engine without Customer Project ID, please pass either 0 in case the used 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 ) ) );

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.