Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 3,509 for

recognize image

(0.06 sec)
  1. How can i extract the Table with a special tags...

    So i am trying to extract a table out of my single paged OCR PDF which has a Table and some other paragraphs with Aspose OCR and Aspose PDF Below is one code sample [HttpPost("read-pdf-aspose")] public async Ta…...Create temporary directory for images string tempPath = Path.Combine(Path...pdfDocument.Pages[pageIndex]; // Save images from the page for (int imgIndex...

    forum.aspose.com/t/how-can-i-extract-the-table-...
  2. Convert CF2 to DWFX via C# | products.aspose.com

    Sample code for CF2 to DWFX C# conversion. Use API example code for batch CF2 files to DWFX conversion within VB.NET, Asp.NET or any .NET based application.... Load CF2 file with Image.Load method Set an object of...VectorRasterizationO property Call Image.Save method while passing the...

    products.aspose.com/cad/net/conversion/cf2-to-d...
  3. Convert CF2 to U3D via Python | products.aspose...

    Sample code for CF2 to U3D conversion. Use API example code for batch CF2 files to U3D conversion.... Load CF2 file with Image.Load method Create an instance...instance of U3dOptions class Call Image.Save method while passing the...

    products.aspose.com/cad/python-net/conversion/c...
  4. Convert CF2 to DXF via Python | products.aspose...

    Sample code for CF2 to DXF conversion. Use API example code for batch CF2 files to DXF conversion.... Load CF2 file with Image.Load method Create an instance...instance of DxfOptions class Call Image.Save method while passing the...

    products.aspose.com/cad/python-net/conversion/c...
  5. Convert CF2 to U3D via JavaScript | products.as...

    Sample code for CF2 to U3D conversion. Use API example code for batch CF2 files to U3D conversion.... Load CF2 file with Image.Load method Create an instance...instance of U3dOptions class Call Image.Save method while passing the...

    products.aspose.com/cad/javascript-net/conversi...
  6. Barcode Reading Quality Options and Presets|Doc...

    This article explains how barcode recognition can be optimized in terms of accuracy and speed using different automatic presets and setting various options in Node.js via Java...source image quality is crucial to convert an arbitrary image to...machine-readable code. Low-quality barcode images may result being unreadable...

    docs.aspose.com/barcode/nodejsjava/barcode-read...
  7. Barcode Quality Mode|Documentation

    Learn how to describe expected barcode quality with BarcodeQualityMode and combine it with QualitySettings presets in Aspose.BarCode for Java....quality of barcodes in your images. Optionally, add targeted overrides...represent paths to barcode images in your application. 1. QualitySettings...

    docs.aspose.com/barcode/java/developer-guide/ba...
  8. Extracting text from receipts|Documentation

    How to digitize scanned receipts by automatically extracting text from them....= new AsposeOCR (); // Add images to the recognition batch OcrInput...setLanguage ( Language . Ukr ); // Recognize receipts ArrayList < RecognitionResult...

    docs.aspose.com/ocr/java/recognition/receipt/
  9. Extracting text from invoices|Documentation

    How to digitize scanned invoices by automatically extracting text from them.... AsposeOcr (); // Add images to OcrInput object Aspose ...OCR . Language . Latin ; // Recognize invoices Aspose . OCR . OcrOutput...

    docs.aspose.com/ocr/net/recognition/invoice/
  10. Managing downloadable resources|Documentation

    How to manage Aspose.OCR for Java downloadable modules....RecognitionSettings (); // Add image to the recognition batch OcrInput...source . add ( "image.png" ); // Extract text from image RecognitionSettings...

    docs.aspose.com/ocr/java/modules/management/