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

BUG: Fix incorrect tm_matrix in call to visitor_text #2060

Merged
merged 4 commits into from
Aug 13, 2023

Commits on Aug 3, 2023

  1. Fix incorrect tm_matrix in call to visitor_text

    Supply the old tm_matrix when flushing out `text` to the `visitor_text`
    in `crlf_space_check`.
    troethe committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9e6512c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

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

Commits on Aug 7, 2023

  1. Add test for matrices given to visitor_text

    Check the coordinates computed from the tm_matrix and cm_matrix
    that are given to `visitor_text` when extracting text.
    The test computes the coordinates of three letters in different
    parts of a test page based on the matrices given to the `visitor_text`
    function and checks, if they are roughly where they should be.
    troethe committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2b2948b View commit details
    Browse the repository at this point in the history
  2. FIXUP: Codestyle

    troethe committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2e42262 View commit details
    Browse the repository at this point in the history