capdevc / pycsdk

A small Python/Cython wrapper for the Nuance OmniPage CSDK
0 stars 8 forks source link

CSDK initiation for Fixed Volume LIcense #1

Open soumenseth opened 5 years ago

soumenseth commented 5 years ago

Hi, I have activated omnipage csdk with a fixed volume license key. so I have a .lcx license file but no oem code. According to the documentation, we shouldn't call kRecSetLicense. image

So, I can't run this command: pycsdk.CSDK("path to the license file", "license key")

So, how can I work with pycsdk?

capdevc commented 5 years ago

I honestly don't know. This code was something I threw together to solve a particular problem at a particular time. I haven't looked at anything with OmniPage since around the last commit time.

soumenseth commented 5 years ago

I was able to walk past it. I just had to put None in both the path to license and license key and it worked.