You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
-
------------------------
2
-
| Project Announcements
3
-
|:-----------------------
4
-
| The text line recognizer has been ported to C++ and is now a separate project, the CLSTM project, available here: https://github.com/tmbdev/clstm
5
-
| Please welcome @zuphilip and @kba as additional project maintainers. @tmb is busy developing new DNN models for document analysis (among other things). (10/15/2016)
[](https://gitter.im/tmbdev/ocropy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9
+
11
10
OCRopus is a collection of document analysis programs, not a turn-key OCR system.
12
11
In order to apply it to your documents, you may need to do some image preprocessing,
13
12
and possibly also train new models.
@@ -21,24 +20,22 @@ trace by default since it seems to confuse too many users).
[](https://gitter.im/tmbdev/ocropy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
An additional method using [Conda](http://conda.pydata.org/) is also possible:
44
41
@@ -97,6 +94,14 @@ suitable for training OCRopus with synthetic data.
97
94
98
95
## Roadmap
99
96
97
+
------------------------
98
+
| Project Announcements
99
+
|:-----------------------
100
+
| The text line recognizer has been ported to C++ and is now a separate project, the CLSTM project, available here: https://github.com/tmbdev/clstm
101
+
| New GPU-capable text line recognizers and deep-learning based layout analysis methods are in the works and will be published as separate projects some time in 2017.
102
+
| Please welcome @zuphilip and @kba as additional project maintainers. @tmb is busy developing new DNN models for document analysis (among other things). (10/15/2016)
103
+
------------------------
104
+
100
105
A lot of excellent packages have become available for deep learning, vision, and GPU computing over the last few years.
101
106
At the same time, it has become feasible now to address problems like layout analysis and text line following
102
107
through attentional and reinforcement learning mechanisms. I (@tmb) am planning on developing new software using these
0 commit comments