Skip to main content
The 2024 Developer Survey results are live! See the results

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.

0 votes
0 answers
13 views

How to detect PDF pages with scanned content?

I'm trying to build an algorithm that it is able to detect pages that require to apply AWS Textract because they are scanned content. The use case is that some documents have text plain content but ...
Sebastian Chavarry Gutierrez's user avatar
1 vote
2 answers
25 views

OWL-api throws OWLOntologyDocumentAlreadyExistsException

I am trying to load two ontologies using OWL-api in Java. They way I load them is this: String onto1_iri = "http://purl.obolibrary.org/obo/psdo.owl" String onto2_iri = "http://purl....
Costas's user avatar
  • 11
0 votes
1 answer
18 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
17 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
51 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
78 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
41 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
  • 647
0 votes
1 answer
55 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
63 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
19 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
27 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

15 30 50 per page
1
2 3 4 5
200