pull/2/head
Vinayak Mehta 2019-05-27 22:29:50 +05:30
parent de3281c1b6
commit 477568dea7
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def test_stream_table_regions():
df = pd.DataFrame(data_stream_table_areas)
filename = os.path.join(testdir, "tabula/us-007.pdf")
tables = camelot.read_pdf(filename, flavor="stream", table_areas=["320,460,573,335"])
tables = camelot.read_pdf(filename, flavor="stream", table_regions=["320,460,573,335"])
assert df.equals(tables[0].df)