/** * Helper script to generate random annotations for testing */ const uuid = require('uuid/v1'); const fs = require('fs'); const NUM_ANNOTATIONS = 3000; // Number of annotations to generate const TEXT_CHARSIZE = 185000; // Text length in characters const MAX_ANNOTATION_SIZE=400; // Maximum length of annotations in characters const annotations = []; for (let i=0; i