Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
42 views

Looking for a TensorFlow Model to Detect Document Edges Like ML Kit Document Scanner (with Customizable UI) [closed]

I'm building an Android application where I need to integrate a document scanner feature similar to Google's ML Kit Document Scanner. ML Kit's document scanner provides great document edge detection ...
Zala Satyarajsinh's user avatar
-1 votes
1 answer
41 views

How to make my Node.js + React app open documents such as .pdf or .doc in browser?

I am looking to display a list of available documents to the user that they can choose to either view in browser or download to their device. The downloading part is already done and working, however ...
user30266210's user avatar
0 votes
1 answer
45 views

How to display a Word-Document using the Document Viewer in ABAP

I have a requirement where different documents are saved as a xstring on a database table. These documents should now be displayed. For this I use the SAP Document Viewer. I got it to work with PDFs, ...
SBECK1's user avatar
  • 267
-1 votes
1 answer
54 views

How exactly to understand documentations without any explanation in Airflow?

I try to understand The PostgresHook in Airflow. Here is the documentation: https://airflow.apache.org/docs/apache-airflow/1.10.6/_api/airflow/hooks/postgres_hook/index.html Now for example if I wanna ...
Super_Programmer's user avatar
0 votes
1 answer
18 views

Kentico 12 portal engine content tree files export with the folder structure

we use document library webpart in kentico 12 portal engine and the folder structure and files are placed inside the content tree. I am looking for options to export the whole folder structure with ...
Rakesh Pinnamaneni's user avatar
0 votes
0 answers
50 views

html to pdf with chrome PrintToPdf in document style, with header and footer

I've a simple html document, with header, main Area and footer. The main Area contains content like Texts and Tables. I would like to print the document only with html and css to pdf. The header and ...
MiKre's user avatar
  • 1
1 vote
1 answer
37 views

How to use jquery $(this) with $(document).keyup

I have this code: $(document).keyup( function(e) { console.log($(this).attr('id')); }); When typing in an HTML input tag with an id, the output in console.log is: undefined How then to use $(this) ...
Cymro's user avatar
  • 1,468
0 votes
1 answer
113 views

How to Write and Highlight Custom Documentation for Neovim

I am new to Neovim, and I have written some plugins. I want to learn how to write documentation. As far as I know: *tag* - Defines a tag |link| - Links to other help topics. Press `K` (...
Carson's user avatar
  • 8,296
0 votes
0 answers
21 views

Data missing from report populated for few column using grapecity.documents.gcExcel 7.2.1 version

I am using grapecity.document.gcExcel (7.2.1) and for few columns, data is not getting populated. So I want to populate the data in column C, D, F, G, I, J but the data is getting populated in only ...
Vipul's user avatar
  • 35
0 votes
0 answers
68 views

SwiftUI macOS: Center the default filename label in DocumentGroup when using NavigationSplitView

I'm working on a macOS SwiftUI app that uses DocumentGroup to handle document-based functionality. By default, DocumentGroup provides a filename editing label, which appears centered at the top of the ...
rizwana desai's user avatar
2 votes
1 answer
65 views

How to put justified paragraph alignment in Java

A quick help here, I was reading the library's manual but couldn't find any help. I have the below code where I used the alignment BOTH in order to achieve the justified alignemnt that Word has, but ...
user avatar
-1 votes
1 answer
84 views

Problems reading a file using java

I have a problem with my code since it allows creating documents which have Strings with measurements defined by the code itself. When I try to display them on the screen, the program gives me the ...
chamorro's user avatar
1 vote
0 answers
70 views

Issue with creating a .doc file and writing text to it

Task: The task is to insert a string of any length into a new .doc (not .docx) file. This means creating a new .doc file and writing my string into it. I tried using the NuGet package NPOI.HWPF for ...
ev.shevnun's user avatar
0 votes
0 answers
41 views

ReferenceError: document is not defined in nextjs

I am using zegocloud voice and video service to build video calling app. I have use nextjs framework and while building stage this page is occurring a document is not defined error in server side ...
Bhavesh Choudhary's user avatar
0 votes
0 answers
36 views

Print pdf file -> annotations not printed to the paper

if (cancellationSignal.isCanceled()) { layoutResultCallback.onLayoutCancelled(); } else { PrintDocumentInfo.Builder builder= new PrintDocumentInfo.Builder("Contract"); ...
Mahmoud Nasr's user avatar

15 30 50 per page
1
2 3 4 5
200