JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package de.bcxp.challenge.common
package
de.bcxp.challenge.common
Common utilities, abstractions, and shared components for the application. Contains subpackages for analysis, document parsing, exceptions, models, and utility functions.
Related Packages
Package
Description
de.bcxp.challenge
The root package for the data challenge containing the entry point
App
and containing the resource files.
de.bcxp.challenge.common.analysis
Provides interfaces and utilities for analyzing documents.
de.bcxp.challenge.common.documentParsing
Provides interfaces and implementations for parsing different types of documents.
de.bcxp.challenge.common.exceptions
Custom exception types used across the application.
de.bcxp.challenge.common.model
Data models representing documents, entries, and domain objects.
de.bcxp.challenge.common.utility
Utility classes for common operations.