|
|
updateTaskProgress(documentId, "structured", "processing", 10, null);
|
|
updateTaskProgress(documentId, "structured", "processing", 10, null);
|
|
|
ResponseEntity<Map> response = restTemplate.getForEntity(url, Map.class);
|
|
ResponseEntity<Map> response = restTemplate.getForEntity(url, Map.class);
|