Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Search and extract text from scans, photos, PDF documents, screenshots and other graphical files on any platform with Python 3.6 and Java Runtime Environment (JRE) 8. You can use the same library regardless of the operating system and do not have to adjust the code.
Aspose.OCR for Python via Java can be installed from a local file or form PyPi with the following pip command:
Product Page | Docs | Demos | Blog | Code Samples | Free Support | Temporary License | EULA
Multi-page PDF documents and TIFF images are fully supported.
Aspose.OCR for Python via Java is extremely easy to use, regardless of the application’s scale and complexity. Let’s try to create a very simple application that can extract text from images and output it to the console.
aspose
AsposeOcr
OcrInput
recognize
Full code:
import aspose as ocr # Initialize OCR engine api = ocr.AsposeOcr() # Initialize OCR input filters = ocr.PreprocessingFilter() filters.add(ocr.PreprocessingFilter.auto_skew()) input = ocr.OcrInput(ocr.InputType.SINGLE_IMAGE, filters) input.add("1.png") input.add("2.jpg") # Recognize images settings = ocr.RecognitionSettings() settings.set_detect_areas_mode(ocr.DetectAreasMode.PHOTO) result = api.recognize(input) # Print result print(result[0].recognition_text) print(result[1].recognition_text)
Update with PDF, Arab languages
Added: Downloads:
File Size: 240.11MB
Decrease package size. Move resources to GitHub
File Size: 95.68MB
First release (includes text-in-wild)
File Size: 348.8MB