Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 94,853 for

page ocr

(0.19 sec)
  1. Extracting text from an image|Documentation

    How to read text from raster images in JPEG, PNG, TIFF, BMP, and GIF formats....OCR.AsposeOcr class. This method...JPEG, PNG, BMP, GIF, and single-page TIFF images. This method allows...

    docs.aspose.com/ocr/net/recognition/image/
  2. How to Add Lines to PDF in Python

    This article guides on how to add lines to PDF in Python. The basic information is provided on how to insert a line in PDF in Python by sharing the configuration details, a list of steps and a runnable sample code....OCR Product Family Aspose.Note Product...Aspose.ZIP Product Family Aspose.Page Product Family Aspose.PSD Product...

    kb.aspose.com/pdf/python/how-to-add-lines-to-pd...
  3. How to Extract Text from Scanned PDF in Java

    This tutorial guides on how to extract text from scanned PDF in Java. You can follow these steps and code for extracting text from PDF in Java using any of the common operating systems....OCR Product Family Aspose.Note Product...Aspose.ZIP Product Family Aspose.Page Product Family Aspose.PSD Product...

    kb.aspose.com/ocr/java/how-to-extract-text-from...
  4. Developer Guide | Aspose.Page for C++

    Developer Guide provides you with the necessary information you will need when working with PDLs supported by Aspose.Page API solution for C++...OCR Product Solution Aspose.Note...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/cpp/developer-guide/
  5. Convert WORD To PDF C#

    Convert a Word document to PDF format in C# code. Save a Word document as PDF using C#....pdf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.pdf", saveOptions);...

    products.aspose.com/words/net/conversion/word-t...
  6. Convert HTML To PDF C++

    Convert HTML to PDF format in C++ code. Save HTML as PDF using C++....for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/cpp/conversion/html-t...
  7. Convert PDF To WORD C#

    Convert PDF to WORD format in C# code. Save PDF as WORD using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...
  8. Convert Image To SVG C#

    Convert Image to SVG format in C# code. Save Image as SVG using C#....svg); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.svg", saveOptions);...

    products.aspose.com/words/net/conversion/image-...
  9. Convert JPG To BMP C#

    Convert JPG to BMP format in C# code. Save JPG as BMP using C#....bmp); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.bmp", saveOptions);...

    products.aspose.com/words/net/conversion/jpg-to...
  10. Convert PDF To MARKDOWN C#

    Convert PDF to MARKDOWN format in C# code. Save PDF as MARKDOWN using C#....md); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.md", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...