Top "Extract" questions

Questions related to retrieving specific information from a (typically minimally structured) data source, such as a web site, media file, source code collection or compressed archive (in which case the desired information is one or more original, uncompressed files).

Using Python to extract images and text from a word document

I would like to run a script on a folder full of word documents that reads through the documents and …

python image ms-word extract pywin32
How to extract files in my archive one by one using sevenzipsharp

I try using this Code : public void Extract(string SourceFile, string password) { SevenZipExtractor szip = new SevenZipExtractor(SourceFile, password); foreach (DataGridViewRow …

c# stream extract sevenzipsharp
Extract time series of a point ( lon, lat) from netCDF in R

I am relatively new on R. I am trying to get time series of different points ( lat, lon) of temperature …

r extract netcdf
Extracting HTTP responses from HAR file to filesystem

Is there a tool that can extract documents that appear in HTTP responses and dump them to the filesystem, ideally …

extract har
Gstreamer - Convert command line gst-launch to C code

I have been making a few experiments with GStreamer by using the gst-launch utility. However, ultimately, the aim is to …

c++ c opencv extract gstreamer
Export raw packet bytes in tshark, tcpdump, or similar?

Context: I have a *.pcap file with many WLAN probe requests. My goal is to extract the WLAN management frame …

wifi extract wireshark pcap tshark
How can I extract all possible induced subgraphs from a given graph with networkx

I am wondering whether can I use networkx to extract all possible induced subgraphs (graphlets) with specific number of nodes …

python graph extract networkx subgraph