ocr 테스트 중 3
This commit is contained in:
parent
7fe2198a0d
commit
9f5c9a5349
@ -201,11 +201,12 @@ public class TextSenseController {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
//TextSense API 요청 처리
|
||||
TextSenseVO apiTextSenseVO = new TextSenseVO();
|
||||
String outputFileExt = "text";
|
||||
String outputFileNm = "ePapy_" + EgovStringUtil.getTimeStamp() + "_OCR." + outputFileExt == "text" ? "txt" : outputFileExt;
|
||||
String outputFileNm = "ePapy_" + EgovStringUtil.getTimeStamp() + "_OCR." + (outputFileExt == "text" ? " txt" : outputFileExt);
|
||||
|
||||
String apiUrl = textSenseApiUrl + "/textsense/api/job/build";
|
||||
String taskName = textSenseVO.getTaskName();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user