Conversation
Add Export Methods for StructuredModel Configuration
Fixing the issues refernced in Issue #33
* docs: restructure documentation with new sections and navigation * docs: add dark/light mode theme toggle and site URL config * docs: update code examples and installation requirements * docs: update deployment section to reflect implemented workflow * docs: add comparison engine architecture guide for contributors * docs: restructure documentation with consolidated navigation * docs: address PR review feedback — add KIE framing, architecture diagrams, sample outputs, SME calibration guide, and namespaced extras
* Adding in the docsplit metrics. * Impementing 1:1 metrics porting * Added a namespace for Stickler docsplit metrics * Added tests. * ruff linting * Updating the packet split metrics to include the new metrics in addition to classical * Updating the mkdocs UI * Adding tests * Adding docs. * Updating with the new evaluation tooling Changes were made to the tooling to support JSON based invocation. * Adding an example for docsplit. * resolving the remaining comments * Fixing the docs for the page number clarity. * Removing the extra init file. * Adding a case to cover empty data frame. * Removing an empty readme. Adding init py file to a test directory.
🔒 Security Scan ResultsASH Security Scan Report
Scan Metadata
SummaryScanner ResultsThe table below shows findings by scanner, with status based on severity thresholds and dependencies:
Top 1 HotspotsFiles with the highest number of security findings:
Detailed FindingsShow 1 actionable findingsFinding 1: CKV2_GHA_1
Description: Report generated by Automated Security Helper (ASH) at 2026-03-16T16:17:05+00:00 |
sromoam
approved these changes
Mar 16, 2026
Contributor
sromoam
left a comment
There was a problem hiding this comment.
Can't wait to have these improvements!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Closes #33, #56, #82, #86
Description of changes:
This release introduces two new features, a bug fix, and a major documentation overhaul:
doc_splitmodule): Adds classification metrics and packet evaluation metrics for document packet splitting workflows, including a demo script and notebook (Adding in the docsplit metrics. #82)andstructured_model` functionality (Add Export Methods for StructuredModel Configuration #56)By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.