|
@@ -188,7 +188,7 @@ class COptionAction(CBaseLog):
|
|
curOthers = {}
|
|
curOthers = {}
|
|
else:
|
|
else:
|
|
curOthers = json.loads(curOthers)
|
|
curOthers = json.loads(curOthers)
|
|
- firstParent = self.__optionPaths['First']['option']
|
|
|
|
|
|
+ firstParent = self.__optionPaths['First']['parent']
|
|
|
|
|
|
# 获取文本识别的参数;
|
|
# 获取文本识别的参数;
|
|
ocrConfigList = self.__optionConfig.getOptionOCRConfig(curOption)
|
|
ocrConfigList = self.__optionConfig.getOptionOCRConfig(curOption)
|