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