We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Jerry Scannell • 2 years ago

I was wondering if there was a way to incorporate this idea into something that I could include with my windows desktop application?

Also, the example you provided assumes that you know how many pages there are in the input PDF file. We can't know that ahead of time, so could it do something to the file ahead of time and determine how many pages there are?

I downloaded both GhostScript.NET and Tesseract into my VS2017 project but that didn't install any of the command line programs you use in your example.

Finally, what would the use of all three functions (ConvertPDFtoBitmap, CreateHOCR, and WriteUnderlayContent) look in a real example?

Anonymous • 3 years ago

can you share any link for this

Anonymous • 3 years ago

can you please share latest source code. bcs i used and its working very slow

Anonymous • 4 years ago

I ran the Source code, the PDF file was generated with _cmp added to the original Name. However, when i tried to open the PDF converted file, it was always throwing error message saying that " There was an error opening this document. The file is damaged and could not be repaired. "
Can you please help me regarding this error message.

MOHAMMED ILYAS • 5 years ago

the below lines throwing an error: {"The system cannot find the file specified"}
Tesseract I have downloaded the folder from the github link specified and unzip and kep in the folder C:\Program Files\..but no luck ..please help

s.WorkingDirectory = @"C:\Program Files\Tesseract-OCR\;
p.Start();

JorgePereira2 • 5 years ago

Is it possible get the output file format PDF/a-1b?

Vince Gee • 5 years ago

I created a Github project for this and brought the code up to 2018.

https://github.com/Fairfiel...

Abbre • 5 years ago

I apologize for the noob question, but I downloaded your updated code and added both the Hocr and Hocr.Cmd projects to my sample project. How do I call your functions though?

Vincent Gee • 5 years ago

It's in the readme, u have to load the stream and pass the stream

armando • 6 years ago

Hi, i tried it, but hocr-gui\bin\Release\hocr-gui.exe crash. the exe in debug folder make a pdf bigger then the source but it isn't whit ocr :(

Guest • 6 years ago
koolprasadd • 6 years ago

Dear friend
try to debug the code and track out source code, which line is giving issue
OR
can you send me some sample file to track the issue

koolprasadd • 6 years ago

Dear all
I have upload its source code in article, Please check and revert in case of any doubt

Anonymous • 6 years ago

Source code please

Karun • 6 years ago

Can you please share Source code and executable for testing?
Please consider it as urgent..

Anonymous • 6 years ago

Can you please share Source code?

Anonymous • 6 years ago

can you share the Source code and the exe

Vince • 3 years ago

I have a branch of this code in my github, https://github.com/Fairfiel...