Web-based responsive document annotation tool
activeannoservice / annotationdefinition.generator / AnnotationGenerator / generateAnnotationBulk
open suspend fun generateAnnotationBulk(documentsWithGeneratedAnnotationData:
List
<
Pair
<
Document
,
GeneratedAnnotationData
>>):
Map
<
Document
,
Annotation
<*>>
Open function to generate annotations in bulk, might be more efficient. By default, just iterates through documentsWithGeneratedAnnotationData and calls generateAnnotation for each. Can be overwritten to implement true bulk behavior.