Top "Document" questions

Is a term that in computer science can refer to various file types containing usually human readable information, if opened with appropriate software.

How do I get the Window object from the Document object?

I can get window.document but how can I get document.window? I need to know how to do this …

javascript html document
Can't access cookies from document.cookie in JS, but browser shows cookies exist

I can't access any cookie from JavaScript. I need to read some value and send them via JSON for my …

javascript cookies get document key-value
Best way to check if a field exist in an Elasticsearch document

May be is a very stupid question, What is the best way to check if a field of a document …

elasticsearch field document exists
Where can i find a free .Net (C#) library that i can use to scan and OCR documents?

I seraching for a free .Net (C#) library that i can use to scan from a document scanner and then …

c# .net open-source document ocr
Difference between screen.availHeight and window.height()

I am executing the following Javascript on my browser (Firefox). console.debug("Screen height = "+ screen.availHeight); //outputs 770 console.debug("Window …

javascript jquery window document
How to create Document objects with JavaScript

Basically that's the question, how is one supposed to construct a Document object from a string of HTML dynamically in …

javascript dom xmlhttprequest document specifications
add excel file attachment when sending python email

How do i add a document attachment when sending an email with python ? i get the email to send (please …

python email document attachment
Using Sklearn's TfidfVectorizer transform

I am trying to get the tf-idf vector for a single document using Sklearn's TfidfVectorizer object. I create a vocabulary …

python document text-mining tf-idf
LaTeX book class: Twosided document with wrong margins

I am trying to write my thesis in latex... Cannot get the layout straight though :? I'm using the following document …

latex document margins
Storing Documents as Blobs in a Database - Any disadvantages?

The requirements for my document management system were: Must be secure from theft by simple copying of directories, files etc. …

performance security document blob document-management