Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize Memory Usage and Add Cancellation Support in TesseractOcrEngine and ServiceConfiguration #1202

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 6, 2024

  1. Optimized GetServiceInstance<T>

    This fix minimizes memory usage by avoiding the duplication of services and using scoped resolution, which is ideal for transient, one-time configurations. Additionally, this approach leverages DI lifecycle management to ensure services are automatically cleaned up.
    DrHazemAli authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fd9112d View commit details
    Browse the repository at this point in the history
  2. Reduce memory usage during CopyToAsync

    Reduce memory usage during CopyToAsync
    DrHazemAli authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8d07edd View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge branch 'main' into main

    dluc authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8c07732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9247164 View commit details
    Browse the repository at this point in the history