Sort Score
Result 10 results
Languages All
Labels All
Results 7,791 - 7,800 of 114,392 for

aspose ocr

(0.1 sec)
  1. Working with Transparency in PS file | Python

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Products Aspose.Total Product Solution Aspose.Words Product Solution...Solution Aspose.PDF Product Solution Aspose.Cells Product Solution...

    docs.aspose.com/page/python-net/ps/working-with...
  2. Skew correction|Documentation

    How to straighten a rotated image to improve recognition accuracy....straightening is critical to the OCR process as it directly affects...segmentation and text extraction. Aspose.OCR offers automated processing...

    docs.aspose.com/ocr/java/deskew/
  3. Installation | Aspose.Page for Java

    JavaLibrary for the developers to process PS, EPS, and XPS files. Learn how to install Aspose.Page API solution for Java....Products Aspose.Total Product Solution Aspose.Words Product Solution...Solution Aspose.PDF Product Solution Aspose.Cells Product Solution...

    docs.aspose.com/page/java/installation/
  4. 使用 C++ 制作 DOCX

    通过几个步骤在 C++ 中创建一个新的 DOCX。使用 C++ 库轻松创建 DOCX。...插入评论 插入书签 插入图表 using namespace Aspose::Words; auto doc = MakeObject<Document>();...doc->Save(u"Output.docx"); using namespace Aspose::Words; auto doc = MakeObject<Document>();...

    products.aspose.com/words/zh/cpp/make/docx/
  5. 使用 C++ 制作 Markdown

    通过几个步骤在 C++ 中创建一个新的 Markdown。使用 C++ 库轻松创建 Markdown。...插入评论 插入书签 插入图表 using namespace Aspose::Words; auto doc = MakeObject<Document>();...doc->Save(u"Output.md"); using namespace Aspose::Words; auto doc = MakeObject<Document>();...

    products.aspose.com/words/zh/cpp/make/md/
  6. 使用 C++ 制作 HTML

    通过几个步骤在 C++ 中创建一个新的 HTML。使用 C++ 库轻松创建 HTML。...插入评论 插入书签 插入图表 using namespace Aspose::Words; auto doc = MakeObject<Document>();...doc->Save(u"Output.html"); using namespace Aspose::Words; auto doc = MakeObject<Document>();...

    products.aspose.com/words/zh/cpp/make/html/
  7. Make A Document In C++

    Create a file using C++ library. Easily create a new document in C++ in a few steps....Insert Chart using namespace Aspose::Words; auto doc = MakeObject...u"Output.docx" ); using namespace Aspose::Words; auto doc = MakeObject<Document>();...

    products.aspose.com/words/cpp/make/
  8. Make WORD Using C++

    Make a new a Word document in C++ in a few steps. Easily create a Word document using C++ library....Insert Chart using namespace Aspose::Words; auto doc = MakeObject...u"Output.docx" ); using namespace Aspose::Words; auto doc = MakeObject<Document>();...

    products.aspose.com/words/cpp/make/word/
  9. Make Markdown Using C++

    Make a new Markdown in C++ in a few steps. Easily create Markdown using C++ library....Insert Chart using namespace Aspose::Words; auto doc = MakeObject...u"Output.md" ); using namespace Aspose::Words; auto doc = MakeObject<Document>();...

    products.aspose.com/words/cpp/make/md/
  10. Urobiť DOCX Pomocou C++

    Vytvorte nový DOCX v C++ v niekoľkých krokoch. Jednoducho vytvorte DOCX pomocou knižnice C++....Vložiť graf using namespace Aspose::Words; auto doc = MakeObject...u"Output.docx" ); using namespace Aspose::Words; auto doc = MakeObject<Document>();...

    products.aspose.com/words/sk/cpp/make/docx/