We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bb55a commit ea3cc11Copy full SHA for ea3cc11
README.md
@@ -1,8 +1,8 @@
1
<p align="center">
2
<img src="https://github.com/Layout-Parser/layout-parser/raw/master/.github/layout-parser.png" alt="Layout Parser Logo" width="35%">
3
- <h2 align="center">
+ <h3 align="center">
4
A unified toolkit for Deep Learning Based Document Image Analysis
5
- </h2>
+ </h3>
6
</p>
7
8
<p align=center>
src/layoutparser/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.2.0"
+__version__ = "0.3.0"
16
17
import sys
18
0 commit comments