-
Updated
Jun 13, 2022 - Python
text-extraction
Here are 125 public repositories matching this topic...
-
Updated
Mar 16, 2022 - Python
-
Updated
Feb 1, 2022
-
Updated
May 23, 2019 - Go
I have mostly tested trafilatura on a set of English, German and French web pages I had run into by surfing or during web crawls. There are definitely further web pages and cases in other languages for which the extraction doesn't work so far.
Corresponding bug reports can either be filed as a list in an issue like this one or in the code as XPath expressions in [xpaths.py](https://github.com
-
Updated
May 3, 2022 - Python
Expected behavior
Linux: deb package and archive
Ubunto: deb package
-
Updated
Jul 1, 2022 - C++
-
Updated
Sep 18, 2017 - Go
-
Updated
Mar 13, 2022 - Python
-
Updated
Aug 2, 2019 - HTML
-
Updated
Feb 7, 2018 - Python
-
Updated
Jun 21, 2022 - Python
-
Updated
Jul 19, 2021 - HTML
-
Updated
Mar 8, 2022 - HTML
-
Updated
Jun 13, 2022 - PHP
-
Updated
Jan 15, 2022 - Julia
-
Updated
Aug 8, 2016 - Jupyter Notebook
-
Updated
May 12, 2022 - Go
-
Updated
Dec 7, 2020 - Jupyter Notebook
-
Updated
Apr 17, 2022 - Python
-
Updated
Nov 7, 2020 - TeX
-
Updated
Feb 22, 2022 - Python
-
Updated
Mar 3, 2022 - Python
-
Updated
Jun 3, 2017 - JavaScript
-
Updated
May 2, 2022 - JavaScript
-
Updated
Mar 12, 2022 - JavaScript
-
Updated
Jun 13, 2020 - Clojure
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