0
votes
3answers
67 views
[Delphi] extract text from word or pdf based on format (font name and size)
Hello,
I need to parse large text (about 1000 pages of word or pdf document)and place some of the text inside this document into database fields
I found that the only thing I can distinguish the …
0
votes
3answers
50 views
How do I extract links in JavaScript that point to HTML pages in Perl?
I want to extract all the links from a page. I am using HTML:LinkExtor. How do I extract all the links that point to HTML content pages only?
I also cannot extract these kinds of links:
…
0
votes
6answers
79 views
3D Surface normal extractor
Hi All,
I have a 3D closed mesh object that has 3D 65.000 position coordinates.
For lighting purposes, I need a 3D surface normal extractor.
Could you help me to have it.
Thanks.
Richard
0
votes
2answers
54 views
download a zip file to a local drive and extract all files to a destination folder using python 2.5
hi,
I am trying to download a zip file to a local drive and extract all files to a destination folder.
so i have come up with solution but it is only to "download" a file from a directory to another …
0
votes
2answers
29 views
API’s to extract 7z files in .net
Is there any API available, that can be used in .net that can read/extract 7z files ?
2
votes
2answers
60 views
Extract everything from PDF
Looking for PDF content extractor (console tool or library).
It will be used on server to produce on-line e-books from uploaded PDF files.
Need to extract following things:
text with fonts and …
0
votes
1answer
51 views
Extracting pure content / text from HTML Pages by excluding navigation and chrome content
Hi,
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 …
0
votes
1answer
62 views
Extract Audio from FLV stream in C#
I'd like to extract audio stream from a FLV stream in C#. I searched in Google and I found FLVExtract, but it supports only extracting from FLV files, and not from streams.
How can I do this?
0
votes
3answers
29 views
PHP Extract2 - How to assign vars in current symbol table?
I have a function, which is a safer way to extract variables than extract().
Basically you just specify which variable names are to be pulled out of an array.
The problem is, how do you insert …
1
vote
3answers
113 views
Python: Removing characters from beginnings of sequences in fasta format
Hi,
I have sequences in fasta format that contains primers of 17 bp at the beginning of the sequences. And the primers sometimes have mismatches. I therefore want to remove the first 17 chars of the …
0
votes
5answers
60 views
Extract text from particular elements of a large poorly formatted XML file
I have a large (~50Mb) file containing poorly formatted XML describing documents and properties between <item> </item> tags, and I want to extract the text from all English documents.
…
3
votes
6answers
269 views
I have a .mp3 file. How can I seperate the human voice from the rest of the sound in C?
Is it even possible in C [I know it is possible in general -GOM player does it]? just let me get started... What do you say?
How exactly do you identify human voice distinguished from other sounds?
0
votes
1answer
126 views
How to extract archive from this script (using tar)
Hi,
I have absolutly no idea how to unpack the created archive. I give you the complete Script.
A Debian based Distibution named Univention uses this to backup several files in an tar archive.
The …
2
votes
1answer
120 views
Python: Extracting data from buffer with ctypes
I am able to successfully call a function with ctypes in Python. I now have a buffer that is filled with Structures of data I want to extract. What is the best strategy for this? Anything else I …
0
votes
1answer
194 views
Extract MSI from EXE
Dear all
I want to extract MSI of an EXE setup to publish over network!!!!
There is some ways. for example using universal extractor......
but doesn't work for JAVA Run-time environment....
Is …
