ocr 테스트 중 3
This commit is contained in:
parent
7fe2198a0d
commit
9f5c9a5349
@ -205,7 +205,8 @@ public class TextSenseController {
|
|||||||
//TextSense API 요청 처리
|
//TextSense API 요청 처리
|
||||||
TextSenseVO apiTextSenseVO = new TextSenseVO();
|
TextSenseVO apiTextSenseVO = new TextSenseVO();
|
||||||
String outputFileExt = "text";
|
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 apiUrl = textSenseApiUrl + "/textsense/api/job/build";
|
||||||
String taskName = textSenseVO.getTaskName();
|
String taskName = textSenseVO.getTaskName();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user