Update advanced docs

This commit is contained in:
Vinayak Mehta
2018-12-21 16:32:44 +05:30
parent 50b4468aff
commit be1f0a2884
5 changed files with 80 additions and 3 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ def test_stream_strip_text():
def test_stream_edge_tol():
df = pd.DataFrame(data_stream_edge_tol)
filename = os.path.join(testdir, "edge_tolerance.pdf")
filename = os.path.join(testdir, "edge_tol.pdf")
tables = camelot.read_pdf(filename, flavor="stream", edge_tol=500)
assert df.equals(tables[0].df)