Search found 11 matches

by azeeth
Wed Sep 29, 2021 1:03 am
Forum: Licensing
Topic: Licensing/ version conflict web applications hosted on same IIS
Replies: 3
Views: 9616

Re: Licensing/ version conflict web applications hosted on same IIS

Yes, all dlls are correctly updated. As mentioned previously, our applications work fine in isolation, just not simultaneously because of GDPicture dll conflict. So there is no way in code to somehow register license keys within application's memory boundaries, so it doesn't affect the other install...
by azeeth
Tue Sep 28, 2021 9:30 am
Forum: Licensing
Topic: Licensing/ version conflict web applications hosted on same IIS
Replies: 3
Views: 9616

Licensing/ version conflict web applications hosted on same IIS

Hi, We have the v14 dev and Sdk licence. We have implemented GDPicture in our web applications to generate Pdfs. We just encountered this problem after we updated to newer GDPicture references in our application when hosted in IIS. Note there is already an older version of our application running in...
by azeeth
Wed Jun 05, 2019 3:43 am
Forum: OCR, MRC & Document understanding
Topic: OCR on TIF coverted from PDF
Replies: 6
Views: 12324

Re: OCR on TIF coverted from PDF

We get PDF from third party sources that need to be OCR'd, so Tifs are out questions. Running GDPicture OCR on PDFs produced worst results in terms of text accuracy. Running GDPicture OCR on TIF converted from PDF using GDPicture produced better results in term of accuracy. Running GDPicture OCR on ...
by azeeth
Fri May 31, 2019 2:40 am
Forum: OCR, MRC & Document understanding
Topic: OCR on TIF coverted from PDF
Replies: 6
Views: 12324

Re: OCR on TIF coverted from PDF

Hi, below is function that runs OCR on a Tif file and extracts text in a text file. Private Function ConvertTifToOCR(TifFilename As String, textFilename As String) As Boolean Dim inputTifObj As GdPictureImaging = New GdPictureImaging() Dim pageCount As Integer Dim imageID As Integer = inputTifObj.Cr...
by azeeth
Wed May 29, 2019 5:41 am
Forum: OCR, MRC & Document understanding
Topic: Tif image CreateAnchorTemplate and FindAnchor issue with DPI
Replies: 3
Views: 8515

Re: Tif image CreateAnchorTemplate and FindAnchor issue with DPI

Thanks. But we think it getting right anchor should work regardless of the DPI as we supplying the coordinate pixels converted from inches when template was created. I think two functions CreateAnchorTemplate() and FindAnchor() could be improved to get the right result. We are a paying customer, can...
by azeeth
Tue May 28, 2019 8:09 am
Forum: OCR, MRC & Document understanding
Topic: OCR on TIF coverted from PDF
Replies: 6
Views: 12324

OCR on TIF coverted from PDF

Hi, We have a requirement to extract text from a scanned PDF document. We are doing English language OCR. We have been able to use GDPicture to do that but a lot of the extracted text in not correct. We thought we may get better results if we convert PDF to TIF first and then run OCR on it. The resu...
by azeeth
Mon May 27, 2019 3:11 am
Forum: OCR, MRC & Document understanding
Topic: Tif image CreateAnchorTemplate and FindAnchor issue with DPI
Replies: 3
Views: 8515

Tif image CreateAnchorTemplate and FindAnchor issue with DPI

Hi, We have a product where we let users create Tif OCR template and then process Tif images to populate fields based on the template to match on OCR anchor. It all works great if the template and processing images have same DPI. However it doesn't work if the DPI are not same. For example we found ...
by azeeth
Fri May 10, 2019 6:14 am
Forum: DocuVieware
Topic: DocuVieware Lite exception
Replies: 4
Views: 5983

Re: DocuVieware Lite exception

ok I was able to fix the issue finally after some head banging. It was to do with the DocuVieware cache folder not having permissions. I had to change its location to be able to load the viewer. This is something that can be improved in your product I think, there is no appropriate error message in ...
by azeeth
Thu May 09, 2019 6:51 am
Forum: DocuVieware
Topic: DocuVieware Lite exception
Replies: 4
Views: 5983

Re: DocuVieware Lite exception

I am also seeing weird w3wp.exe crashing since the app has been deployed. I enabled tracing, It wasn't much helpful.
by azeeth
Thu May 09, 2019 6:25 am
Forum: DocuVieware
Topic: DocuVieware Lite exception
Replies: 4
Views: 5983

DocuVieware Lite exception

Hi I had implemented full DocuVieware to display PDFs in Asp.Net web forms application which was working beautifully. But because of licencing I have decided to do with DocuVieware Lite for now. But since I have turned to Lite version, I am unable to access the page when deployed. I am able to acces...
by azeeth
Tue Mar 19, 2019 8:03 am
Forum: PDF
Topic: Extract text from a PDF page with formatting retained
Replies: 1
Views: 4481

Extract text from a PDF page with formatting retained

Hi, I have a requirement to extract text from PDF page and write to a text file. I have used GetPageText() function which successfully extracts the text but the format is not retained. I mean all white spaces have been removed between words and paragraphs. I have also tried to use GetPageTextWithCoo...