Open
Conversation
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.
Developed support for multiple file uploads to a backend database as well as multiple document keyword searching.
Key Features
Optimized File Uploads: Implemented functionality for file uploads to a SQLite database, significantly reducing client-side memory usage. This approach prevents performance degradation and application crashes that can occur when large files are handled entirely on the client side
API Endpoint Development: Created comprehensive API endpoints for managing PDF data, including POST, DELETE, and GET requests. This structure facilitates smooth interaction between the client and server, ensuring reliable data management
BLOB Storage for PDF Data: stored PDF data as BLOBs (Binary Large Objects) in the SQLite database. This choice allows for efficient handling of large binary files directly in the database and preserves critical metadata
Multiple PDF Searching: provided support for multiple document uploads, allowing users to search for keywords over multiple documents by concatenating them
Future Improvements:
Implemented functionality to store filenames and page start numbers for each PDF. This enhancement will enable future features such as: