11 lines
496 B
TypeScript
11 lines
496 B
TypeScript
![]() |
export const counter_measure_map = {
|
||
|
invalid_image: 'Remove this image from the evaluation report',
|
||
|
missing_information: 'Remove this image from the evaluation report',
|
||
|
too_blurry_text: 'Remove this image from the evaluation report',
|
||
|
too_small_text: 'Remove this image from the evaluation report',
|
||
|
ocr_cannot_extract: 'Improve OCR',
|
||
|
wrong_feedback: 'Update revised result and re-calculate accuracy',
|
||
|
handwritten: 'Remove this image from the evaluation report',
|
||
|
other: 'other',
|
||
|
};
|