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.documentParsing
package
de.bcxp.challenge.common.documentParsing
Provides interfaces and implementations for parsing different types of documents.
Related Packages
Package
Description
de.bcxp.challenge.common
Common utilities, abstractions, and shared components for the application.
de.bcxp.challenge.common.documentParsing.csv
CSV-specific document parsing functionality.
de.bcxp.challenge.common.analysis
Provides interfaces and utilities for analyzing 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.
Interfaces
Class
Description
IDocumentParser
Interface for parsing a document from a given file path.