Tagged Questions
The text-extraction tag has no wiki summary.
44
votes
12answers
22k views
Python module for converting PDF to text
Is there any python module to convert PDF files into text? I tried one piece of code found in Activestate which uses pypdf but the text generated had no space between and was of no use.
12
votes
2answers
3k views
Advanced PDF Parsing Using Python (extracting text without tables, etc): What's the Best Library?
I'm looking for a PDF library which will allow me to extract the text from a PDF document. I've looked at PyPDF, and this can extract the text from a PDF document very nicely. The problem with this is ...
11
votes
4answers
4k views
How to extract common / significant phrases from a series of text entries
I have a series of text items- raw HTML from a MYSQL database. I want to find the most common phrases in these entries (not the single most common phrase, and ideally, not enforcing word-for-word ...
6
votes
5answers
743 views
Recommendations for PDF text extraction
can anyone recommend a library/API for extracting the text and images from a PDF?
We need to be able to get at text that is contained in pre-known regions of the document, so the API will need to give ...
6
votes
1answer
451 views
tag generation from a small text content (such as tweets)
I have already asked a similar question earlier but I have notcied that I have big constrain: I am working on small text sets suchs as user Tweets to generate tags(keywords).
And it seems like the ...
6
votes
4answers
2k views
Text detection / location libraries
I need to detect the bounding box(es) around portions of text in an image, and while there are quite a number of scholarly articles describing algorithms, I haven't found any implementations.
The ...
4
votes
2answers
105 views
select HTML text element with regex?
I want to look for © in an HTML document, and basically get the entity the copyright is attributed to.
The copyright line shows up a couple of different ways:
<p ...
4
votes
1answer
106 views
Is there a CPAN module to extract the current level of content from an email
I'm looking for a module to do a best-effort attempt to extract the immediate level of content (ie discarding any quoted content and the signature block) from the plain text component of an email.
...
4
votes
4answers
414 views
Converting PDF into workable text using C#
Is there a library that has a class to extract the text from a pdf file in c#.net? I've tried a few but documentation is terrible, so I haven't been able to get it off the ground. Also if it provides ...
4
votes
5answers
4k views
How to extract text from MS office documents in C#
I was trying to extract a text(string) from MS Word (.doc, .docx), Excel and Powerpoint using C#. Where can i find a free and simple .Net library to read MS Office documents?
I tried to use NPOI but i ...
4
votes
11answers
17k views
regular expression to extract text from HTML
I would like to extract from a general HTML page, all the text (displayed or not).
I would like to remove
any HTML tags
Any javascript
Any CSS styles
Is there a regular expression (one or more) ...
3
votes
1answer
179 views
Create images of words from text in an image
Does anyone know of any libraries (preferably Java, but I would look at anything) that would allow me to break apart text in an image and create smaller images for each word? I have tested GOCR and ...
3
votes
4answers
252 views
Analyze format of pdf-file and extract text and images
I need to extract the "articles" from this magazine which has both text and images. The image content has to be placed separately, the text extracted (as far as possible) and placed separately.
How ...
3
votes
3answers
261 views
Body Text extraction from websites e.g. extract only article heading and text not all text in site
I am looking for algorithms that allow text extraction from websites. I do not mean "strip html", or any of the hundreds of libraries that allow this.
So for example for a news article I would like ...
3
votes
3answers
296 views
Help extracting a block of text between matching curly braces in a c-like language
I have some documentation that I made for an HDF5 file format, which is written in the GraphViz dot language. (This is a C-like language with lots of curly braces.) This master file contains numerous ...
3
votes
7answers
2k views
How to extract string following a pattern with GREP, REGEX or PERL
This is my first post, so please bear with me. I have a file that looks something like this:
<table name="content_analyzer" primary-key="id">
<type="global" />
</table>
<table ...
3
votes
6answers
1k views
Get Selected text in browser programatically
From my windows application, i want to detect selected text in "Internet Explorer", Firefox and any other browser.
Do you know what piece of code should i use in order to achieve this?
Thanks,
The ...
3
votes
7answers
942 views
What is the state of the art in HTML content extraction?
There's a lot of scholarly work on HTML content extraction, e.g., Gupta & Kaiser (2005) Extracting Content from Accessible Web Pages, and some signs of interest here, e.g., one, two, and three, ...
3
votes
3answers
598 views
How to get the number of results found for a keyword in google
I need to supply a keyword like "blue metal kettle" (with/without quotes) and get only the number of results found for this search. If I search without quotes right now, I get:
Results 1 - 10 of ...
3
votes
7answers
3k views
Text Extraction from HTML Java
I'm working on a program that downloads HTML pages and then selects some of the information and write it to another file.
I want to extract the information which is intbetween the paragraph tags, but ...
3
votes
4answers
874 views
Best open source library or application to crawl and data mine web sites
I would like to know what is the best eopen-source library for crawling and analyzing websites. One example would be a crawler property agencies, where I would like to grab information from a number ...
3
votes
3answers
1k views
Strip HTML from a web page and calculate word frequency?
In Groovy, how do I grab a web page and remove HTML tags, etc., leaving only the document's text? I'd like the results dumped into a collection so I can build a word frequency counter.
Finally, let ...
3
votes
4answers
3k views
What's a good method for extracting text from a PDF using C# or classic ASP (VBScript)?
Is there a good library for extracting text from a PDF? I'm willing to pay for it if I have to.
Something that works with C# or classic ASP (VBScript) would be ideal and I also need to be able to ...
2
votes
2answers
58 views
Entities Extraction and removal from String
what I want to do is to extract sub-strings from a given string.
For example
String str = "Eminem - Not Afraid with lyrics 2010";
String str2 = "Eminem - Not Afraid (HQ)";
String str3 = " Eminem Not ...
2
votes
3answers
88 views
Remove everything except characters between '<' & '>,' in Vim — extract email addresses from Gmail “To” field
I have a comma-delimited list of email addresses with each actual address prepended by the contact's name (from Gmail). Here's an example:
Fred Flintstone <fred@flintstone.org>, Wilma ...
2
votes
4answers
103 views
Using python to process a chunk of a file every x lines
What I'm trying to do here is to read in z lines every line interval y from a file DATA.txt then execute the function find on that chuck of lines. I.e. I want to skip the first y lines; read in the ...
2
votes
4answers
153 views
extract text using vim
I would like to extract some data from a text with vim..
the data is of this kind:
72" title="(168,72)" onmouseover="posizione('(168,72)');" onmouseout="posizione('(-,-)');">>
72" ...
2
votes
2answers
181 views
pdf text extracter class in php
Is there available any class in php that extract all text from pdf file so i can store it in mysql database. My pdf has many elements like images, tables,plain text,form elements,charts etc.
So far i ...
2
votes
2answers
280 views
Data structure for dictionary
I have serbian-english words in .rtf format and I need to extract it from this document and put them into some datastructure.
I know to work with databases but I don't know if it is suitable for this ...
2
votes
2answers
147 views
Removing unnecessary data from html pages
To evaluate my project, I need to run it on web pages. Therefore, I downloaded pages from the web and used html2text to remove the html tags. However, for my project I only need sentences extracted ...
2
votes
1answer
301 views
DBpedia Information Extraction Framework
Has anyone ever used the Wikipedia Data Extraction? I need to use it for work.
Could you give other tools for extracting information on web pages?
Thanks!
2
votes
4answers
244 views
garbage character at end of string?
Hi there I'm reading a string and breaking each word and sorting it into name email and phone number. with the string joe bloggs joeblog@live.com 12345. But once i break everything down, the ...
2
votes
1answer
455 views
Extract data from nested tables in pdf (c#)
I have a few pdf files that were created from word or excel files.
I need to get the information thats in the tables.
The text in the document is not an image so I'm able to extract the text using ...
2
votes
2answers
155 views
How should I extract % delimited tags
I want to get the %tagname% from a file and copy them to a dictionary only tagname in python.
2
votes
3answers
1k views
How to extract text from resonably sane HTML?
My question is sort of like this question but I have more constraints:
I know the document's are reasonably sane
they are very regular (they all came from the same source
I want about 99% of the ...
2
votes
6answers
832 views
How do I extract lines from a file using their line number on unix?
Using sed or similar how would you extract lines from a file? If I wanted lines 1, 5, 1010, 20503 from a file, how would I get these 4 lines?
What if I have a fairly large number of lines I need to ...
2
votes
2answers
633 views
Is there a way to extract text from PostScript (.ps , .eps) files using Java?
I am looking for a solution similiar to PDFBox for PDFs of Apache Tika, however, for PS files.
thanks.
2
votes
3answers
790 views
Extracting pure content / text from HTML Pages by excluding navigation and chrome content
I am crawling news websites and want to extract News Title, News Abstract (First Paragraph), etc
I plugged into the webkit parser code to easily navigate webpage as a tree. To eliminate navigation ...
2
votes
2answers
342 views
Is OCR a solved problem?
According to Wikipedia, "The accurate recognition of Latin-script, typewritten text is now considered largely a solved problem on applications where clear imaging is available such as scanning of ...
2
votes
5answers
853 views
how to extract a portion of a string in php
I am using preg_replace() for some string replacement.
$str = "<aa>Let's find the stuff qwe in between <id>12345</id> these two previous brackets</h>";
$do = ...
2
votes
2answers
1k views
Extracting data from an email message (or several thousand emails) [Exchange based]
My marketing department, bless them, has decided to make a sweepstakes where people enter over a webpage. That is great but the information isn't stored to a DB of any sort but is sent to an exchange ...
1
vote
3answers
62 views
Regular expression to match object dimensions
I'll put it right out there: I'm terrible with regular expressions. I've tried to come up with one to solve my problem but I really don't know much about them. . .
Imagine some sentences along the ...
1
vote
2answers
71 views
extracting specific lines of data from multiple text files, to convert to a single csv file
First, apologies for my poor coding ability, however I have spent a few hours reading the forums and giving it a crack, so I would really appreciate any help with the following problem:
I have 3 text ...
1
vote
1answer
101 views
Extract feeds from web page
I'm looking for a code snippet (language is not important here) that will
extract all feeds (RSS, atom etc.) that is associated with this page.
So input is URL and output list of channels.
Important ...
1
vote
1answer
117 views
Parse InDesign (.indd) files for search index
Could any of you help me with the following:
I have quite a bunch load of InDesign Documents, and I need to be able to search through them, text wise. I don't have the resources of opening these ...
1
vote
2answers
757 views
PDF TEXT Extraction
I would like to extract text from a portion (using coordinates) of PDF using Ghostscript.
Can anyone helpme out?
1
vote
2answers
175 views
Extracting text between delimiters - PHP
this is my first post. I have a text (.txt) file that contains journal entries from multiple sources. I'm looking to organize the entries by date, author, title, etc.
Each entry is separated by "---".
...
1
vote
2answers
388 views
How to extract just plain text from .doc & .docx files? (unix)
Anyone know of anything they can recommend in order to extract just the plain text from a .doc or .docx?
I've found this Best way to extract text from a Word doc without using COM/automation? - ...
1
vote
1answer
272 views
Extracting text from documents of unknown content type
is there a parser for application/octet-stream type within Apache Tika? I suppose it's a non-parsable stream.
I just need to parse ODS documents, MS documents and PDF files. It seems that new Tika( ...
1
vote
3answers
213 views
How to extract values from HTML using RegEx?
Given the following HTML:
<p><span class="xn-location">OAK RIDGE, N.J.</span>, <span class="xn-chron">March 16, 2011</span> /PRNewswire/ -- Lakeland Bancorp, Inc. ...