Merged
Conversation
Owner
excoffierleonard
commented
Jan 23, 2026
- feat: add document parsing functionality for various formats
- Update dependencies and refactor web server functionality
- refactor: clean up Dockerfile and remove unnecessary comments; update entrypoint for parser
- refactor: remove common test utilities and replace with direct file path handling in tests
- refactor: remove obsolete benchmark, build, and deployment test scripts
- feat: add CI/CD workflow for Docker image build, publish, and deployment
- Implemented DOCX parser using docx_rs for extracting text from Microsoft Word documents. - Added image parser utilizing Tesseract OCR for text extraction from images (PNG, JPEG, WebP). - Created PDF parser using pdf_extract for extracting text from PDF documents. - Developed PPTX parser for extracting text from Microsoft PowerPoint presentations. - Introduced XLSX parser using calamine for extracting text from Excel spreadsheets. - Added plain text parser for handling UTF-8 encoded text files, including TXT, CSV, and JSON formats. - Established a web API using Actix for file parsing, supporting multipart file uploads. - Implemented error handling for API responses with appropriate status codes. - Added tests for all parsers and API endpoints to ensure functionality and correctness. - Included assets for testing various file formats in the tests directory.
- Updated dependencies in Cargo.toml for improved performance and security. - Changed description and categories in Cargo.toml for clarity. - Refactored main.rs to simplify server initialization and remove unnecessary conditionals. - Renamed web module documentation to reflect web server functionality. - Updated routes documentation to clarify purpose. - Simplified static file serving logic in static_files.rs, improving error handling and response structure.
… entrypoint for parser
…ath handling in tests
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.