Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Do we need a camleot uninstalled in order to use this library? #191

@dejanmarkovic

Description

@dejanmarkovic

Hi team,

Thank you so much for maintaining this package!

I have a few questions though as I have not found those simple answers in the documentation.

  1. Do we need to uninstall a Camelot in order to use this library?
  2. What is the proper way to use this library

tables = **pypdf_table_extraction**.read_pdf(file_path, pages="all", flavor=network)
or
tables = **camelo**t.read_pdf(file_path, pages="all", flavor="stream")

  1. I have tried to use the flavor network or hybrid
    tables = pypdf_table_extraction.read_pdf(file_path, pages="all", flavor=network)
    and got the error 'An error occurred with stream flavor: name 'network' is not defined'.

Here is the output from the conda list
pypdf-table-extraction 0.0.2 pypi_0 pypi

I appreciate your feedback.
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