RED-10077: Switch cv analysis request type to table_cells to be compatible with new cv analysis service version
This commit is contained in:
parent
344680a74b
commit
74264106d6
@ -11,7 +11,7 @@ import lombok.NoArgsConstructor;
|
||||
@NoArgsConstructor
|
||||
public class CvAnalysisServiceRequest {
|
||||
|
||||
public static final String OPERATION_TABLE_PARSING = "table";
|
||||
public static final String OPERATION_TABLE_PARSING = "table_cells";
|
||||
public static final String OPERATION_FIGURE_DETECTION = "figure";
|
||||
|
||||
public static final String FIGURE_DETECTION_FILE_EXTENSION = "FIGURE.json.gz";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user