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

UserWarning: No tables found #500

@cmburns

Description

@cmburns

Hi,

I use camelot to get the address values out of a PDF file from certain coordinates. Therefor I use the 'tableArea' argument:

area = '50,500,200,300'
tables = cam.read_pdf(pdfFile, pages='1', flavor='stream', table_areas=area)

The area is detected correctly (cam.plot(...) shows it very well) and the address data are returned as expected.
Even though I get a warning?!?:

UserWarning: No tables found in table area 1 warnings.warn(f"No tables found in table area {table_idx + 1}")

Why please do I get this warning?

Thanks a lot!

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