File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/main/java/com/going/server/domain/upload/service Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,15 @@ public UploadResponseDto uploadFile(UploadRequestDto dto) {
2929 String jsonResponse = ocrService .processOcr (dto .getFile (),apiUrl ,secretKey );
3030 //System.out.println("jsonResponse: "+jsonResponse);
3131 Map <String , String > paresData = pdfOcrService .parse (jsonResponse );
32- System .out .println ("paresData: " +paresData );
32+ // System.out.println("paresData: "+paresData);
3333
3434 String text = paresData .get ("6ํ๋
์ฝ๊ธฐ์๋ฃ ๋ด์ฉ" );
35+ System .out .println ("์ถ์ถ๋ ํ
์คํธ: " +text );
3536
3637 //TODO : ๊ทธ๋ํ ์์ฑ์ ์ํ FastApi ํธ์ถ ์ฝ๋ ์์ฑ
3738
39+ //TODO : ๋ฐ์ดํฐ ๋ฐ์์์ DB์ ์ ์ฅ
40+
3841 return UploadResponseDto .from (
3942 null ,
4043 null ,
You canโt perform that action at this time.
0 commit comments