Top "Extraction" 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).

How to extract full url with HtmlAgilityPack - C#

Alright with the way below it is extracting only referring url like this the extraction code : foreach (HtmlNode link in …

c# hyperlink html-agility-pack extraction
Metadata Extraction - Java

I'm trying to create a program that extracts the metadata from an image file. So far, I've managed to create …

java metadata extraction metadata-extractor
Keyword extraction software

I am looking for a piece of software that, given some text, will extract the "meaningful" keywords. For example, in …

keyword extraction
C++ fstream function that reads a line without extracting?

In C++, is there a function in the fstream library (or any library) that allows me to read a line …

c++ fstream extraction peek
Extract images using opencv and python or moviepy

I have a video (.mp4) that has ~8000 frames. I have a csv that tells me the time that I need …

python opencv video extraction moviepy