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

Bring OCR to Mealie for importing scanned recipes #1244

Closed
wants to merge 61 commits into from

Commits on Sep 11, 2022

  1. Add pytesseract

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    c712e2c View commit details
    Browse the repository at this point in the history
  2. Add simple ocr endpoint

    replace extension argument
    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    cd164b4 View commit details
    Browse the repository at this point in the history
  3. feat/ocr-editor gui

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    42b0fbe View commit details
    Browse the repository at this point in the history
  4. fix frontend linting issues

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    13c5fe5 View commit details
    Browse the repository at this point in the history
  5. Add service unit tests

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    362cafd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65fb53e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    050b0f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18aa20d View commit details
    Browse the repository at this point in the history
  9. make the linter haappy

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    9ff6427 View commit details
    Browse the repository at this point in the history
  10. Accept only image uploads

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    66d558a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0cb82f View commit details
    Browse the repository at this point in the history
  12. Correct regex

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    a283c43 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    52348c9 View commit details
    Browse the repository at this point in the history
  14. make the linter happy again

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    2f32824 View commit details
    Browse the repository at this point in the history
  15. Swap route to use asset name

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    d4f03f6 View commit details
    Browse the repository at this point in the history
  16. Rearange buttons

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    16c28b8 View commit details
    Browse the repository at this point in the history
  17. fix test data

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    651b30e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bf9e9a9 View commit details
    Browse the repository at this point in the history
  19. Add translation

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    1c56790 View commit details
    Browse the repository at this point in the history
  20. Make the linter happy

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    b1c45db View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e6b80e1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1398164 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    91d441f View commit details
    Browse the repository at this point in the history
  24. update poetry lock file

    hay-kot authored and Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    4b8bb70 View commit details
    Browse the repository at this point in the history
  25. Correct sloppy ocr classes

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    15a4046 View commit details
    Browse the repository at this point in the history
  26. Make MyPy happy

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    f46dc09 View commit details
    Browse the repository at this point in the history
  27. Rewrite safer tests

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    9ca7047 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    20b3f43 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6c50c31 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5066375 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c41f9fe View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5758f24 View commit details
    Browse the repository at this point in the history
  33. Update Alembic revision

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    84deba7 View commit details
    Browse the repository at this point in the history
  34. Make the frontend build

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    9ecd20c View commit details
    Browse the repository at this point in the history
  35. Fix scrolling offset bug

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    ca58079 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    9e70552 View commit details
    Browse the repository at this point in the history
  37. Fix rebasing mistakes

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    95e330f View commit details
    Browse the repository at this point in the history
  38. Add format_tsv_output test

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    133d663 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6359962 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    78eb080 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2dd2989 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c260dbf View commit details
    Browse the repository at this point in the history
  43. Add multi-language support

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    b38ae66 View commit details
    Browse the repository at this point in the history
  44. Highlight words in mount

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    17cad03 View commit details
    Browse the repository at this point in the history
  45. Fix image ratio bug

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    3731746 View commit details
    Browse the repository at this point in the history
  46. Better ocr creation page

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    fc7221c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    35f4049 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    965c85c View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    e7f15ef View commit details
    Browse the repository at this point in the history
  50. Add function docstring

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    7941a76 View commit details
    Browse the repository at this point in the history
  51. Move down ocr creation option

    Miroito committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    0a8412c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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

Commits on Sep 16, 2022

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

Commits on Sep 22, 2022

  1. move ocr types to own file

    Miroito committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    53f13ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7907548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5d08b2 View commit details
    Browse the repository at this point in the history
  4. Correct naming mistake

    Miroito committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    734ade1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    27d19cb View commit details
    Browse the repository at this point in the history
  2. Create Ocr Editor parts

    Miroito committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    3ff376d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac9da82 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

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