Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 2,062 for

text detection

(0.22 sec)
  1. Convert PDF to searchable PDF via C# | Aspose

    Recognize PDF and saving recognition results as a searchable PDF via C#....In addition to the recognized text, you can save the resulting...background and a transparent text overlay that can be searched...

    products.aspose.com/ocr/net/recognition/recogni...
  2. Converting a scan to editable document|Document...

    Create an editable document in Microsoft Word format from a scanned image, PDF or even a photo....working with large volumes of text. The library supports 28 languages...bold and italic styles are detected and recognized. In the example...

    docs.aspose.com/ocr/net/scan-to-word/
  3. Generate QR Code|Documentation

    Learn how to generate QR codes using Aspose.BarCode for Java with examples of error correction levels, encoding modes, and common use cases....2D barcodes used for encoding text, URLs, contact information,..."qrcode_auto.png" ); } For Unicode Text (Cyrillic, Chinese, Japanese...

    docs.aspose.com/barcode/java/developer-guide/ba...
  4. Number of the Figure count - Free Support Forum...

    When I check the number of images in a .docx file, it shows a total of 7 images, but in reality, there is only one image in it. I request you to examine the attached .docx file and advise on how to get the correct image …..., text boxes, OLE objects, VML placeholders)...1) Newer versions improve detection of VML vs. DrawingML. Iterate...

    forum.aspose.com/t/number-of-the-figure-count/3...
  5. 如何用 JavaScript 通过 C++ 检测文件格式并判断文件是否加密|Documenta...

    学习如何用 Aspose.Cells for JavaScript 通过 C++ 检测文件格式和检查文件是否加密。...Cells File Format Detection Example </ h1 > < input type...></ script > < script type = "text/javascript" > const { Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  6. TxtLoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.TxtLoadOptions class. Allows to specify additional options when loading [LoadFormat.Text](../../aspose.words/loadformat/#Text) document into a [Document](../../aspose.words/document/) object...Text document into a Document object...either automatic numbering detection will be performed while loading...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Import Presentations with Python|Aspose.Slides ...

    Effortlessly import PDF and HTML documents into PowerPoint and OpenDocument presentations in Python with Aspose.Slides for seamless, high-performance slide processing....it into slides with preserved text, images, and basic formatting...can their detection be improved? Tables can be detected during import;...

    docs.aspose.com/slides/python-net/import-presen...
  8. Use Checksum and Supplement Data for Barcodes|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... A checksum is an error detection scheme in which some additional...appended to the end of the code text (1234567) is the checksum. Barcode...

    docs.aspose.com/barcode/jasperreports/use-check...
  9. Recognition Quality Presets|Documentation

    This article explains how barcode recognition can be optimized in terms of accuracy and speed using different automatic presets and setting various options... It allows detecting diagonal and damaged barcode...improved methods for 1D barcode detection and decoding and are useful...

    docs.aspose.com/barcode/java/recognition-qualit...
  10. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and count string …...startindex and count string text = extractedPage.GetText(); }...as a result incorrect page detection. You can implement IWarningCallback...

    forum.aspose.com/t/document-extractpages-yields...