Base repo for validation and last minutes contributions to IPOS

3 Open Issues Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the utils.py file in the OcrRoo project, an AI-powered OCR code recognition tool for visually impaired developers, to improve code organization and maintainability. This involves grouping related utility functions into modular classes such as ConfigManager, FileManager, and VideoManager.

Complexity: 3/5
good first issue

Base repo for validation and last minutes contributions to IPOS

AI Summary: Implement sorting functionality for the video library in the OcrRoo project, allowing users to sort videos alphabetically by alias, by duration, and by capture count. This will improve user experience by enabling efficient organization and retrieval of learning materials.

Complexity: 3/5
good first issue

Base repo for validation and last minutes contributions to IPOS

AI Summary: Create an object-oriented Python module (`extract_text.py`) containing an `ExtractText` class for OCR and code formatting. Integrate this module into the existing Flask application's `/capture_at_timestamp` route. Write unit tests (`test_extract_text.py`) to ensure functionality. This improves code modularity and maintainability.

Complexity: 4/5
good first issue

Base repo for validation and last minutes contributions to IPOS