Replies: 1 comment 1 reply
-
Hey Charles I figured it out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to achieve adding invisible text layer on top of original pdf image, and persist a text position as it is on scanned pdf image.
I don't know if this is possible.
I've tried your example "Image to txt searchable pdf using paths" from this link
https://github.com/charlesw/tesseract/tree/master/docs examples
but it throws me an error at
using (TesseractEngine engine = new TesseractEngine(configurationFilePath, "eng", EngineMode.TesseractAndLstm))
and when I change to
EngineMode.Default
program runs normally but nothing happens.I'm using Visual Studio 2019 and I followed yours "Getting started quickly" instructions and installed only Tesseract NuGet Package.
"Basic Text from Image" example is working great.
There is no much documentation about C# tesseract.
Thank you in advance!
Regards
Beta Was this translation helpful? Give feedback.
All reactions