Search found 26 matches

by hjerteblod
Mon Nov 30, 2020 2:56 pm
Forum: PDF-XChange Editor SDK
Topic: OCR Hanging
Replies: 15
Views: 4573

Re: OCR Hanging

Hello, since I am currently working on a module for our application and am now experiencing the same problem as DolphinMann, I would like to discuss the result you came to when examining the DUMP files. In my case the facts are as follows: I have separated the OCR of PDFXEdit as a separate x64 appli...
by hjerteblod
Thu Nov 12, 2020 3:54 pm
Forum: PDF-XChange Editor SDK
Topic: How to speed up OCR? SOLVED
Replies: 13
Views: 2079

Re: How to speed up OCR? SOLVED

Thank you! :) It took a while until it worked. But in the end it helped to improve the performance. There is one more thing I would like to ask: I did not find a single entry in the documentation regarding: pdfCtl.Inst.Settings["Performance.MaxThreads"].v = 16; pdfCtl.Inst.Settings["P...
by hjerteblod
Fri Sep 18, 2020 6:58 am
Forum: PDF-XChange Editor SDK
Topic: How to speed up OCR? SOLVED
Replies: 13
Views: 2079

Re: How to speed up OCR? SOLVED

Hello Sasha,
this is how it should be in theory, yes.

In practice, however, the FullDemo project folder refers to the corresponding manifest files, but unfortunately they are not there.
Screenshot 2020-09-18 085758.png
Could you somehow make these files available to me? That would be great.
by hjerteblod
Thu Sep 17, 2020 2:56 pm
Forum: PDF-XChange Editor SDK
Topic: How to speed up OCR? SOLVED
Replies: 13
Views: 2079

Re: How to speed up OCR? SOLVED

We're using VB.NET with .NET Framework 4.7.2.
by hjerteblod
Thu Sep 17, 2020 12:17 pm
Forum: PDF-XChange Editor SDK
Topic: How to speed up OCR? SOLVED
Replies: 13
Views: 2079

Re: How to speed up OCR? SOLVED

Okay Sasha, thank you very much. I'm now trying to include the 64 bit version of the DLL. However, I have a completely different problem that you might be able to help me with. Anyway, that would be very nice. I've had this problem for quite a while: It's about the registration of the COM-DLL. In ou...
by hjerteblod
Thu Sep 17, 2020 9:32 am
Forum: PDF-XChange Editor SDK
Topic: How to speed up OCR? SOLVED
Replies: 13
Views: 2079

Re: How to speed up OCR? SOLVED

I only have a reference to the PDFXEditCore.x86.dll.
by hjerteblod
Thu Sep 17, 2020 9:09 am
Forum: PDF-XChange Editor SDK
Topic: How to speed up OCR? SOLVED
Replies: 13
Views: 2079

Re: How to speed up OCR? SOLVED

Hello Sasha,

my comparison refers to the normal, not enhanced OCR.
by hjerteblod
Thu Sep 17, 2020 8:45 am
Forum: PDF-XChange Editor SDK
Topic: How to speed up OCR? SOLVED
Replies: 13
Views: 2079

How to speed up OCR? SOLVED

Hello, I have noticed that the OCR engine of the PDFX Change Editor (version 7) requires significantly less time for text recognition than my own implementation. The editor needed about 30 seconds for text recognition for a test document, whereas my implementation, with the same settings, took 3 min...
by hjerteblod
Wed Jul 08, 2020 2:01 pm
Forum: PDF-XChange Editor SDK
Topic: Is IPXV_Control.OpenDocFrom ThreadSafe?
Replies: 1
Views: 621

Is IPXV_Control.OpenDocFrom ThreadSafe?

In order to speed up the loading of documents and not to let the UI freeze, I am currently trying the IPXV_Control with multithreading. I have the method: Await Task.Run(Sub() AxPXV_Control1.OpenDocFrom(srcIStream, pOpenParams) End Sub) So far, it seems to be working pretty well. Can I continue or i...
by hjerteblod
Wed Jul 08, 2020 10:05 am
Forum: PDF-XChange Editor SDK
Topic: op.document.optimize: Get Flags?
Replies: 3
Views: 812

Re: op.document.optimize: Get Flags?

Hey, Thank you! I searched for a long time on this page, but I overlooked it.
Thank you for the fast answer.
I was very pleased.
by hjerteblod
Wed Jul 08, 2020 9:24 am
Forum: PDF-XChange Editor SDK
Topic: op.document.optimize: Get Flags?
Replies: 3
Views: 812

op.document.optimize: Get Flags?

Hello, I am currently facing the following problem: I would like to use the PDF_Optimizer and activate all possible settings to save data. So far, I have successfully set the image compression settings. I'm not getting any further, from the point "DiscardObjects" Code: Dim Op_PDFOptimize A...
by hjerteblod
Wed Jan 08, 2020 12:01 pm
Forum: PDF-XChange Editor SDK
Topic: Help regarding the App.Manifest file
Replies: 2
Views: 1036

Re: Help regarding the App.Manifest file

I did it. The trick was to switch "threadingModel" from "Apartment" to "Free". <file name="PDFXEditCore.x86.dll"> <typelib tlbid="{0AAFF38C-CB91-4424-A8B9-F8B504ACBE0C}" version="1.0" helpdir="" /> <comClass clsid="{973BF60B-...
by hjerteblod
Wed Jan 08, 2020 8:46 am
Forum: PDF-XChange Editor SDK
Topic: Help regarding the App.Manifest file
Replies: 2
Views: 1036

Help regarding the App.Manifest file

Hello, I ask for your help again. I am still working on the issue of document OCR. I still refer to the sample project from this link: https://forum.pdf-xchange.com/viewtopic.php?f=66&t=30356 Now I have found that the manifest file of this project contains the following: <file name="PDFXEdi...
by hjerteblod
Fri Jan 03, 2020 10:56 am
Forum: PDF-XChange Editor SDK
Topic: PDF OCR and language packs
Replies: 4
Views: 1229

Re: PDF OCR and language packs

Thank you for your reply! I guess you were right with your assumption that my .dll was out of date. And the reason why I couldn't recreate the results of your sample project was the manifest file. I thought it was standard and would have no effect on the project. I was wrong. Nevertheless: With our ...
by hjerteblod
Thu Jan 02, 2020 3:27 pm
Forum: PDF-XChange Editor SDK
Topic: PDF OCR and language packs
Replies: 4
Views: 1229

Re: PDF OCR and language packs

It is also inexplicable to me why I no longer have access to the language packs with the OCRSample as soon as I exclude "PluginsData" from the project, even if I add "PluginsData" afterwards
pluginsdata.png
pluginsdata.png (15.77 KiB) Viewed 1217 times
result own project.png
by hjerteblod
Thu Jan 02, 2020 2:42 pm
Forum: PDF-XChange Editor SDK
Topic: PDF OCR and language packs
Replies: 4
Views: 1229

PDF OCR and language packs

Hello dear tracker team, I know this is not the first time that this topic has been dealt with here in the forum, but I am still attached to this topic and can no longer make decisive progress. First of all, to explain my project: I would like to make non-searchable PDF pages fully text searchable u...
by hjerteblod
Wed Dec 18, 2019 12:58 pm
Forum: PDF-X OCR SDK
Topic: Summarzing comments, extracting highlighted text
Replies: 1
Views: 3905

Summarzing comments, extracting highlighted text

Hello everybody, I followed the discussion and would like to join with a question. I have the same problem, namely that the highlighted text is not recognized. Therefore I use the codelines: Dim Options As PDFXOCR_Funcs.PXO_Options = New PDFXOCR_Funcs.PXO_Options Options.blacklist = "" Opt...
by hjerteblod
Fri Sep 13, 2019 8:24 am
Forum: PDF-XChange Editor SDK
Topic: suppress conversion report
Replies: 5
Views: 7230

Re: suppress conversion report

I was able to solve it myself 5 minutes ago, thanks,
greets yvonne
by hjerteblod
Thu Sep 12, 2019 1:04 pm
Forum: PDF-XChange Editor SDK
Topic: suppress conversion report
Replies: 5
Views: 7230

Re: suppress conversion report

Hey Stefan,
yeah you are right, I am sorry. I have to work with PdfXchange during my apprenticeship but I get confused with the terms.
I use the editor sdk.
Best regards, Yvonne
by hjerteblod
Tue Sep 10, 2019 7:13 am
Forum: PDF-XChange Editor SDK
Topic: suppress conversion report
Replies: 5
Views: 7230

suppress conversion report

good morning, when I convert a pdf into a pdfa via the viewer, a conversion report opens. I want to convert several files in a row and it bothers me if I have to turn off the report every time. does anyone have an idea how I can turn off this by means of code? I have turned off the report in the nor...
by hjerteblod
Tue Sep 10, 2019 7:07 am
Forum: PDF-XChange Core API SDK
Topic: filter for pdf and pdf a SOLVED
Replies: 10
Views: 5705

Re: filter for pdf and pdf a SOLVED

thank you!!
by hjerteblod
Tue Sep 10, 2019 6:29 am
Forum: PDF-XChange Core API SDK
Topic: filter for pdf and pdf a SOLVED
Replies: 10
Views: 5705

Re: filter for pdf and pdf a SOLVED

Hey Stefan,
now I see, thank you. I need help for the viewer. I solved the problem with the filter, but now I need to turn off the conversion report, that shows off, when I convert a pdf. Can you tell me, in which forum I can ask this question?
best regards, Yvonne
by hjerteblod
Thu Sep 05, 2019 11:14 am
Forum: PDF-XChange Core API SDK
Topic: filter for pdf and pdf a SOLVED
Replies: 10
Views: 5705

Re: filter for pdf and pdf a SOLVED

PDF-XChange PRO 6 SDK
by hjerteblod
Thu Sep 05, 2019 10:01 am
Forum: PDF-XChange Core API SDK
Topic: filter for pdf and pdf a SOLVED
Replies: 10
Views: 5705

Re: filter for pdf and pdf a SOLVED

which one is the right one? I am not sure
greetz
by hjerteblod
Thu Sep 05, 2019 9:58 am
Forum: PDF-XChange Core API SDK
Topic: filter for pdf and pdf a SOLVED
Replies: 10
Views: 5705

Re: filter for pdf and pdf a SOLVED

alright thank you
by hjerteblod
Thu Sep 05, 2019 9:13 am
Forum: PDF-XChange Core API SDK
Topic: filter for pdf and pdf a SOLVED
Replies: 10
Views: 5705

filter for pdf and pdf a SOLVED

I have a folder full of PDf and want to filter for PDF and PDF a. It shows me the version of the pdf, but unfortunately not if pdf or pdf a. Can anybody help me further? If ofd.ShowDialog() = DialogResult.OK Then For Each s As String In ofd.FileNames txtarchivpfad.Text = s SetPDF_ID(txtarchivpfad.Te...