설치가 안된 라이브러리 ( OCR 관련 ) 설치
requirements.txt 업데이트.
This commit is contained in:
@@ -39,11 +39,11 @@ def WorkingFolderCheck(path, xlsPath):
|
||||
|
||||
|
||||
def GetPoleInfos(xls, nRow):
|
||||
|
||||
if None == xls or False == isinstance(xls, myxl.PoleXLS):
|
||||
return []
|
||||
|
||||
retList = xls.GetAllRowValue("PoleInfo", nRow, 5)
|
||||
|
||||
return retList
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user