Login
 
Atalasoft DotImage

Searchable PDF How-to's

It's this easy to get your application made


The PdfTranslator can be used with any of the DotImage OCR engines to create searchable PDFs:

GlyphReaderEngine engine = new GlyphReaderEngine();
engine.Initialize();
engine.Translate(myImageSource,
"application/pdf", @"C:\output.txt");
engine.ShutDown();
engine.Dispose();

These articles can help you further customize your application to give you exactly the results you are looking for in a searchable Pdf:
Perform an OCR "Translate" on a single AtalaImage
Prevent OCR on a Page while including it in the Final Document
Generate a searchable PDF from a multipage TIFF with GlyphReader OCR
 
preload preload preload