ocr 테스트 중 4
This commit is contained in:
parent
9f5c9a5349
commit
5b558719d8
@ -205,7 +205,7 @@ 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