Merge branch 'RED-10077-master' into 'master'
RED-10077: Switch cv analysis request type to table_cells to be compatible... Closes RED-10077 See merge request redactmanager/persistence-service!752
This commit is contained in:
commit
63129d7727
@ -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