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

[WIP] Add frontend for text based needles #5165

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 12, 2023

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

Commits on Sep 14, 2023

  1. Implement OCR in needle editor

    clanig committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    882d8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8103e1 View commit details
    Browse the repository at this point in the history
  3. Fix character encoding for OCR

    The addition of the OCR feature revealed character encoding bugs that
    might have been invisible previously. This commit fixes the character
    encoding in multiple places to ensure the correct displaying of special
    characters in the web frontend.
    clanig committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3a4e3e1 View commit details
    Browse the repository at this point in the history