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

Allows for multiple tables per page #31

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Dec 21, 2016

  1. Allows for multiple tables per page

    This edit allows for multiple tables per page to be read using list_matrices
    method. If there is only one table on a page, a matrix is returned, else a list
    of matrices are returned.
    SteveLane committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    ec78794 View commit details
    Browse the repository at this point in the history
  2. list_characters can now handle multiple tables per page

    Returns a list of strings if there are multiple tables per page.
    SteveLane committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    b591abf View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Update list_data_frames

    Now produces a list of data frames if there's multiple tables per page.
    SteveLane committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    70230cf View commit details
    Browse the repository at this point in the history
  2. Skip the non-western extract

    The java import using 'asis' thinks there's two tables present. This wasn't an
    issue in the previous version of extract_tables (as it only extracted the first
    table), but it is now when we extract all tables.
    SteveLane committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    b2b0ad9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

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