Skip to content

Commit

Permalink
closes #1801: never prefix transcription properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcnassif committed Aug 6, 2023
1 parent 318375d commit 2f77e71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ private static Set<String> getGeneralKeys() {
generalKeys.add(ExtraProperties.USER_NOTES);
generalKeys.add(ExtraProperties.THUMBNAIL_BASE64);
generalKeys.add(ExtraProperties.DOWNLOADED_DATA);
generalKeys.add(ExtraProperties.TRANSCRIPT_ATTR);
generalKeys.add(ExtraProperties.CONFIDENCE_ATTR);
generalKeys.add(OCRParser.OCR_CHAR_COUNT);
generalKeys.add(RawStringParser.COMPRESS_RATIO);

Expand Down

0 comments on commit 2f77e71

Please sign in to comment.