ocr 테스트중 2
This commit is contained in:
parent
067b389460
commit
7fe2198a0d
@ -204,7 +204,7 @@ public class TextSenseController {
|
|||||||
|
|
||||||
//TextSense API 요청 처리
|
//TextSense API 요청 처리
|
||||||
TextSenseVO apiTextSenseVO = new TextSenseVO();
|
TextSenseVO apiTextSenseVO = new TextSenseVO();
|
||||||
String outputFileExt = "json";
|
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