Skip to content

Made Appropriate Changes #28

@Raghuvar

Description

@Raghuvar

For Python 3.x
Need to do some changes in following files:

  1. In /src/pdftableextract/core.py
    a. in try: .... except:..... block in the lines where Exception, e is written should be Exception as e.
    b. In the same file, in getCell() function double parentheses should not be there.

  2. In src/pdftableextract/init.py
    Instead of from core ....
    It should be from .core import .......

  3. In src/pdftableextract/extracttab.py
    point no. b of 1 should be applied

  4. In src/pdftableextract/pnm.py
    line #31 should be print() for python 3.x

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions