설치가 안된 라이브러리 ( OCR 관련 ) 설치

requirements.txt 업데이트.
This commit is contained in:
2025-11-15 16:48:31 +09:00
parent 00f9bf4ee7
commit a6c1d1f111
3 changed files with 35 additions and 10 deletions

View File

@@ -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