File tree 1 file changed +1
-2
lines changed
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):
1883
1883
# -----------------------------------------------------------------------------
1884
1884
def make_chars (page , clip = None ):
1885
1885
"""Extract text as "rawdict" to fill CHARS."""
1886
- global CHARS , TEXTPAGE
1886
+ global TEXTPAGE
1887
1887
page_number = page .number + 1
1888
1888
page_height = page .rect .height
1889
1889
ctm = page .transformation_matrix
@@ -1943,7 +1943,6 @@ def make_chars(page, clip=None):
1943
1943
# else to lines.
1944
1944
# ------------------------------------------------------------------------
1945
1945
def make_edges (page , clip = None , tset = None , add_lines = None ):
1946
- global EDGES
1947
1946
snap_x = tset .snap_x_tolerance
1948
1947
snap_y = tset .snap_y_tolerance
1949
1948
min_length = tset .edge_min_length
You can’t perform that action at this time.
0 commit comments