product · inferred from evidence
NanoNets OCR
The OCR product or service referenced in the text, associated with the sample code.
- NanoNets create-model.py KeyError: 'model_id' (API key env var on Windows)
Running the NanoNets OCR sample's create-model.py failed with KeyError: 'model_id' at json.loads(response.text)["model_id"]. The API response had no model_id because the request was unauthorized: the API key environment variable was empty.