MikkoLipsanen commited on
Commit
7f74e3e
·
verified ·
1 Parent(s): e5534ce

Update class name

Browse files
Files changed (1) hide show
  1. reading_order.py +1 -1
reading_order.py CHANGED
@@ -1,6 +1,6 @@
1
  from collections import defaultdict, deque
2
 
3
- class OrderPolygons:
4
  """
5
  Graph-Based Reading Order Algorithm
6
 
 
1
  from collections import defaultdict, deque
2
 
3
+ class GraphBasedOrdering:
4
  """
5
  Graph-Based Reading Order Algorithm
6