File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1883,7 +1883,7 @@ def __getitem__(self, i):
18831883# -----------------------------------------------------------------------------
18841884def make_chars (page , clip = None ):
18851885 """Extract text as "rawdict" to fill CHARS."""
1886- global CHARS , TEXTPAGE
1886+ global TEXTPAGE
18871887 page_number = page .number + 1
18881888 page_height = page .rect .height
18891889 ctm = page .transformation_matrix
@@ -1943,7 +1943,6 @@ def make_chars(page, clip=None):
19431943# else to lines.
19441944# ------------------------------------------------------------------------
19451945def make_edges (page , clip = None , tset = None , add_lines = None ):
1946- global EDGES
19471946 snap_x = tset .snap_x_tolerance
19481947 snap_y = tset .snap_y_tolerance
19491948 min_length = tset .edge_min_length
You can’t perform that action at this time.
0 commit comments