Package-level declarations

Types

Link copied to clipboard
public class BundleHelper
Internal use only.
Link copied to clipboard
public abstract class GiniCoreAPI<DM extends DocumentManager<DR, E>, DR extends DocumentRepository<E>, E extends ExtractionsContainer>

The GiniCoreAPI instance is the main entry point when interacting with the Gini API. You must hold a reference to its instance as long as you interact with the Gini API.

Link copied to clipboard
public abstract class GiniCoreAPIBuilder<DM extends DocumentManager<DR, E>, G extends GiniCoreAPI<DM, DR, E>, DR extends DocumentRepository<E>, E extends ExtractionsContainer>