Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 1,775 for

recognize pdf

(0.23 sec)
  1. Fast and reliable OCR API based on Aspose.OCR f...

    Integrate robust optical character recognition (OCR) into your Python applications using Aspose.OCR for Python via C++....Seamlessly convert images and PDFs into editable text with speed...] . url = 'path/to/file' recognize_result = AsposeOCRRecognize...

    products.aspose.com/ocr/python-cpp/
  2. Get skew angle via C# | Aspose

    Automatic Skew Detection.... Recognize image (GIF, PNG, JPEG, BMP...TIFF, JFIF) Recognize PDF (Scanned PDF) Recognize TIFF (Multipage...

    products.aspose.com/ocr/net/recognition/get-skew/
  3. Convert PDF to Microsoft Word Documents in Java...

    Convert Pdf file to DOC and DOCX format with ease and full control with Aspose.Pdf for Java. Learn more how to tune up Pdf to Microsoft Word documents conversion....Convert PDF to Microsoft Word Documents in Java Contents [ Hide...article explains how to convert PDF to Word using Java. The code...

    docs.aspose.com/pdf/java/convert-pdf-to-word/
  4. [Aspose.PDF.Drawing]Pdf To Docx issue with OCR ...

    Hello. Our company utilizes Aspose.Pdf to convert Pdfs to Docx. The code is as follows: using (var PdfDocument = new Aspose.Pdf.Document(PdfFilePath)) { var saveOptions = new DocSaveOptions { Format = DocSaveOption…...PDF.Drawing]Pdf To Docx issue with OCR of a document...document Aspose.PDF Product Family aspose-pdf-net , pdf-to-docx IBurzoEvoRWS...

    forum.aspose.com/t/aspose-pdf-drawing-pdf-to-do...
  5. Supported file formats|Documentation

    File formats for images and recognition results supported by Aspose.OCR for Python via Java....formats Contents [ Hide ] Recognized image formats Aspose.OCR...OCR for Python via Java can recognize any file you get from a scanner...

    docs.aspose.com/ocr/python-java/supported-file-...
  6. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for .NET recognition engine.... Recognizing one image Applies to: recognition...recognition of a single-page PDF. Aspose.OCR for .NET will use...

    docs.aspose.com/ocr/net/multithreading/
  7. Images to text in Java - fast and easy | Aspose

    Integrate optical character recognition (OCR) into your Java applications with our versatile and powerful OCR for Java library....to text and create searchable PDFs on any platform using the OCR...add ( "image1.png" ); // Recognize images ArrayList < RecognitionResult...

    products.aspose.com/ocr/java/
  8. C# OCR Library – Image to Text in .NET | Aspose

    With the Aspose C# OCR API you can add optical character recognition (OCR) to your .NET applications with a few lines of code....images and creates searchable PDFs with just a few lines of C#...recognitionEngine . Recognize ( source ); // Output recognized text Console...

    products.aspose.com/ocr/net/
  9. Optical mark recognition (OMR)|Documentation

    How to Recognize the filled form with Aspose.OMR for .NET....(OMR) Contents [ Hide ] To recognize a filled questionnaire, answer...can recognize completed interactive machine-readable PDF forms...

    docs.aspose.com/omr/net/recognition/
  10. Getting recognition results as text|Documentation

    Returning Aspose.OCR for .NET recognition results as formatted text....png" ); // Recognize image Aspose . OCR . OcrOutput...results = recognitionEngine . Recognize ( input ); // Show recognition...

    docs.aspose.com/ocr/net/save-text/