-
Updated
Sep 2, 2020 - Python
text-extraction
Here are 93 public repositories matching this topic...
-
Updated
Jul 6, 2020 - Python
-
Updated
Aug 29, 2020
-
Updated
May 23, 2019 - Go
-
Updated
Jul 1, 2020 - Python
-
Updated
Sep 18, 2017 - Go
-
Updated
Oct 2, 2020 - C++
-
Updated
Oct 21, 2020 - Java
-
Updated
Aug 31, 2020 - Python
-
Updated
Aug 2, 2019 - HTML
-
Updated
Feb 7, 2018 - Python
-
Updated
Dec 28, 2019 - HTML
-
Updated
Oct 19, 2020 - PHP
-
Updated
Oct 23, 2020 - Python
-
Updated
Aug 8, 2016 - Jupyter Notebook
-
Updated
Oct 22, 2020 - Python
-
Updated
Oct 25, 2020 - Julia
-
Updated
Sep 15, 2020 - HTML
-
Updated
Aug 13, 2020 - Go
-
Updated
Nov 27, 2018 - TeX
-
Updated
Oct 11, 2018 - C
-
Updated
Aug 24, 2020 - Jupyter Notebook
-
Updated
Dec 22, 2019 - Python
-
Updated
Jun 3, 2017 - JavaScript
-
Updated
Jun 13, 2020 - Clojure
-
Updated
Mar 15, 2019 - Java
TextExtractor 2.0 is an open source web application build using the Flask framework. It extracts text from an image. in order to celebrate this year's hacktoberfest festival this repo is open for all kind of contributions including Documentation and typo fix please do check the [guidelines](https://github.com/Aman-zishan/textextractor2.0/blob/master/CON
-
Updated
Dec 31, 2017 - Python
Improve this page
Add a description, image, and links to the text-extraction topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text-extraction topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
The problem is inefficiency when simply looking for a single operand and then stopping processing.
For example, if only looking for a single colored pixel in a page.
Describe the solution you'd like
It would make sense to be able to set a stop flag on the processor and return out of the handler, which would cause the proc