Skip to main content

Questions tagged [document]

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

document
0 votes
0 answers
16 views

Alternative to storage OCR Information Mongo, Hadoop [closed]

I need to develop a web software to receive mainly PDF documents and extract information using OCR. I need to save the original document and the OCR extraction for later searches. I have already ...
kuxtalmx's user avatar
0 votes
0 answers
11 views

Can I integrate Drupal document_ocr with tesseract?

I would like to use an open source image to text converter to populate text fields with in Drupal. I tried setting the tesseract executable path in settings.php and thought that the document_ocr ...
user282623's user avatar
-1 votes
0 answers
25 views

ReferenceError: window and document is not defined in vanilla JavaScript code

Screenshot of my code I'm encountering the error 'ReferenceError: window is not defined' when executing this code in VSCode. The code runs perfectly fine in the browser. window.addEventListener('...
Aj_'s user avatar
  • 1
0 votes
0 answers
16 views

How can we use Copilot Plugin to retrieve documents based on their metadata or tagging?

How can we use Copilot M365 Plugins to retrieve documents based on their metadata or tagging or formatting? I want to get Copilot M365's search results so that documents with certain metadata or ...
Hadi Toori's user avatar
0 votes
1 answer
50 views

Filter in MongoDB doesn't work as I expect

I have this collection public class Notification { [BsonId] [BsonRepresentation(BsonType.ObjectId)] public string Id { get; set; } [BsonElement("Text")] public string ...
DevMD's user avatar
  • 27
0 votes
0 answers
77 views

"Unable to Create App State Field 'saveforlater' with Document Reference Data Type in Flutter Flow"

Story In my Flutter Flow project, I'm working on implementing an app with functionality similar to a shopping cart. I have successfully implemented the "Add to Cart" feature, but I am ...
KUNAL KUMAR's user avatar
0 votes
1 answer
17 views

Calculation of document word vector in python. Sum or average word2vec?

I have some questions about generating a dissimilarity matrix of a bunch of text documents using word vectors. Here I tokenise the text, remove OOV and then sum the word vectors of each word to use as ...
D. Zammit's user avatar
0 votes
0 answers
23 views

doc.generate_pdf() is not working in google colab

I want to read image from google drive and add it to document and save it as pdf. This is my code: # Create a new LaTeX document doc = Document(documentclass='article') # Add a section with doc....
Vranda Chag's user avatar
1 vote
1 answer
40 views

What are Excel labels called and how are they stored?

My company recently implemented this as a requirement before saving a document: In this case, the options are: But I'm guessing that's specific to my company, not an Excel thing. I could be wrong. ...
Hambone's user avatar
  • 16.1k
0 votes
0 answers
28 views

How to exclude some file extensions from ActivityResultContracts.OpenMultipleDocuments()

How to exclude some file extensions from ActivityResultContracts.OpenMultipleDocuments() I have some list of extensions which user not allowed to select in document chooser. How can I manage selection ...
Slava's user avatar
  • 635
0 votes
1 answer
53 views

While I am creating versions of a document in OneDrive using the Microsoft Graph API getting Error : 400 Bad Request and invalidRequest

Here going to create versions (version history) of a document using this type of curl POST /v1.0/drives/{drive-id}/items/{item-id}/versions Content-Type: application/json { "content": { ...
Abhishek Dheeman's user avatar
1 vote
1 answer
59 views

Injecting document into angular service for SSR

I am creating an angular library that has a root-level service class that references document. I'd like to add SSR support, but of course document is not defined in SSR context. It seems that Angular ...
Jake Loew's user avatar
  • 167
0 votes
0 answers
16 views

Issue in running multiple Mongo Query in grafana , shows 504 timeout

I am using multiple Mongo Query in the Grafana Panel, when i am trying to run these queries it always shows me 504 Gateway timeout. Note: I am using Mongo as Data source for the Grafana Panel. But ...
SecureTech's user avatar
0 votes
0 answers
24 views

Crystal report and Merge document feature is not working in windows 11 but the same build works fine in windows 10

I had developed a windows desktop application in .NET C# which is running over 8 years and now we have recently upgraded to the latest framework with 4.6 and also upgraded the crystal report to 13 ...
Damodharan VM's user avatar
0 votes
1 answer
34 views

Is it permitted to redistribute the pandas document? [closed]

I wonder what the license of the pandas document is. Is it permitted to redistribute it? I would like the local readers to have fast and stable access to the document. I have tried to find the license ...
Wei's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
200