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

RFC: Add initial support for traineddata files in compressed archive formats (don't merge) #911

Closed
wants to merge 8 commits into from

Commits on Mar 2, 2019

  1. Simplify Tesseract::init_tesseract_lm

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    72b55fa View commit details
    Browse the repository at this point in the history
  2. Reduce visibility of some methods in TessdataManager

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    25a89d4 View commit details
    Browse the repository at this point in the history
  3. Add initial support for traineddata files in zip format

    This requires libarchive-dev, libzip-dev or libminizip-dev.
    
    Up to now, little endian tesseract works with the new format.
    More work is needed for training tools and big endian support.
    
    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    92157af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2dc4a4 View commit details
    Browse the repository at this point in the history
  5. Add support for zziplib

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    6f3a39f View commit details
    Browse the repository at this point in the history
  6. Allow simultaneous support of different archive libraries

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    557638d View commit details
    Browse the repository at this point in the history
  7. Cleaned archive code

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    ccd7d19 View commit details
    Browse the repository at this point in the history
  8. Increase buffer size for libarchive

    Signed-off-by: Stefan Weil <[email protected]>
    stweil committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    a9c9599 View commit details
    Browse the repository at this point in the history