try_annotation_store¶
- try_annotation_store(input_path, last_suffix, post_proc, kwargs)[source]¶
Try to create an AnnotationStoreReader if the file is a .db.
- Parameters:
input_path (Path)
last_suffix (str | None)
post_proc (WSIPostProc)
kwargs (WSIReaderExtraParams)
- Return type:
AnnotationStoreReader | None