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

Add flag for Page Segmentation Modes control #1601

Merged
merged 10 commits into from
Sep 3, 2024

Commits on Mar 5, 2024

  1. Add flag for Page Segmentation Modes control

    I added an flag --psm for controlling PSM (Page Segmentation Modes) in Tesseract. The default option (3) gives me quite bad results. When I use 6, 11, or 12 for Bulgarian, it gives me much better OCR results. I haven't tested other languages yet, but I expect improvements as well if other mode is used.
    Neo2SHYAlien committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ba09cb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    f60841f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    2121165 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from prateekmedia/add-psm-rust

    feat: add psm for rust parser
    Neo2SHYAlien authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1ac6cc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47b3757 View commit details
    Browse the repository at this point in the history
  4. fix: add psm to options

    prateekmedia authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bc8c86f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    d5d703c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    036d34c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8c24a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7222fca View commit details
    Browse the repository at this point in the history