Skip to content

clean_path missing in python package for rect_string #17

@cemkaya-mpi

Description

@cemkaya-mpi

Hello,

add_text and remove_annotations did not work for me. I had to modify
rect_string = sys.argv[5]
to
rect_string = clean_path(sys.argv[5])

in order for the plugins to work. Otherwise, I get

line 7, in parse_rect
    page = int(parts[0])
           ^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '"2'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions