Skip to content

Commit a9fdb5a

Browse files
Michael AignerMichael Aigner
authored andcommitted
update readme + setup
1 parent 55a6ae0 commit a9fdb5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ Edges are attributed with the following features:
102102

103103
* ``direction``: shows the direction of an edge.
104104

105-
\* ``v``: Vertical edge
105+
* ``v``: Vertical edge
106106

107-
\* ``h``: Horizontal edge
107+
* ``h``: Horizontal edge
108108

109-
\* ``l``: Rectangular loop. This represents a novel concept encapsulating structural characteristics of document segments by observing if two different paths end up in the same node.
109+
* ``l``: Rectangular loop. This represents a novel concept encapsulating structural characteristics of document segments by observing if two different paths end up in the same node.
110110

111111
* ``length``: Scaled length of an edge
112112

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name='GraphConverter',
88
packages=['GraphConverter', 'GraphConverter.util', 'GraphConverter.document', 'GraphConverter.merging',
99
'GraphConverter.models'],
10-
version='0.1',
10+
version='0.2',
1111
license='MIT',
1212
description='A tool for creating a graph representation out of the content of PDF documents.',
1313
long_description=long_description,

0 commit comments

Comments
 (0)