feat: Prepare project for release - #1
Merged
Merged
Conversation
- Introduced conventional commits workflow for commit validation. - Added Python package workflow for testing and linting across multiple Python versions. - Created release workflow for automated builds and deployments. - Updated .gitignore to include node_modules. - Added Makefile for managing project tasks. - Included sample PDF and image files for testing. - Added contributing guidelines and license file.
Unit Tests (Fast, Mocked) - Parameter validation with all edge cases - GPU detection scenarios - Engine methods with mocked dependencies - Error handling paths Integration Tests (Real OCR) - JPEG and PDF processing - English and German documents - Multiple languages support - Reader reuse verification Entry Point Tests - Plugin discovery via Python entry points - Interface compliance verification Performance Tests - Processing time benchmarks - Reader initialization timing - Sequential processing metrics - Language switching overhead All tests are properly organized with markers (@pytest.mark.integration, @pytest.mark.slow) and comprehensive documentation.
datenzar
added a commit
that referenced
this pull request
Nov 24, 2025
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.
Unit Tests (Fast, Mocked)
Integration Tests (Real OCR)
Entry Point Tests
Performance Tests
All tests are properly organized with markers (@pytest.mark.integration, @pytest.mark.slow) and comprehensive documentation.