Skip to content

Release v2.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Aug 22:34
· 2 commits to master since this release

NoteParser v2.1.2

πŸš€ What's New

This release includes major AI integration improvements and production deployment capabilities.

✨ AI Features

  • Interactive AI dashboard with document analysis
  • Natural language knowledge base queries
  • AI-enhanced document parsing and insights
  • Real-time service health monitoring

πŸ—οΈ Production Ready

  • Complete Docker production deployment stack
  • Automated deployment scripts with rollback support
  • Comprehensive monitoring with Prometheus and Grafana
  • Production-grade security and performance optimizations

πŸ§ͺ Testing & Quality

  • 100+ comprehensive test cases
  • Performance benchmarks and load testing
  • CI/CD pipeline with automated releases

πŸ”§ Maintenance

  • Bump version to 2.1.2 ([f07231a])

v2.1.2 - 2025-08-22

1.0.0 - 2024-01-15

Added

  • Initial release of NoteParser
  • Core document parsing functionality using Microsoft MarkItDown
  • Support for PDF, DOCX, PPTX, XLSX, HTML, EPUB, and image formats
  • Audio and video transcription capabilities
  • Enhanced OCR processing for handwritten notes
  • Markdown and LaTeX output formats
  • Academic-specific formatting preservation
  • Plugin system with built-in Math and Computer Science plugins
  • Multi-repository organization support
  • GitHub Actions integration
  • Web dashboard with Flask
  • Comprehensive CLI interface
  • REST API endpoints
  • Cross-reference detection
  • Batch processing capabilities
  • Metadata extraction
  • Bibliography and citation detection

Features

  • πŸ”„ Multi-format document conversion
  • πŸŽ“ Academic-focused processing (equations, theorems, citations)
  • πŸ”Œ Extensible plugin architecture
  • 🌐 Organization-wide integration
  • πŸ–₯️ Web interface for easy management
  • πŸ“Š Searchable document indexing

Dependencies

  • Python 3.10+ required
  • Microsoft MarkItDown for core parsing
  • Flask for web interface
  • Various academic processing libraries

Maintained by: Suryansh Sijwali (@SuryanshSS1011)

πŸ“¦ Installation

# Install with all features
pip install noteparser[all]==v2.1.2

# Install with AI features only
pip install noteparser[ai]==v2.1.2

# Verify installation
noteparser --version
noteparser ai health

πŸ”— Links


πŸ€– This release was automated with GitHub Actions