Compare OCR results from images
Extract Urdu text from images
Convert images to text using OCR
OCR System. Homepage: https://github.com/Topdu/OpenOCR
Convert images to text
Extract text from vehicle number plates
Identify lottery numbers from images
Recognize text from images
Made By FgsiDev
Python3 package for Chinese/English OCR, with paddleocr-v4 o
Upload images to extract and clean text
Correct skew and detect text lines in PDFs or images
Extract text and tables from French images
Streamlit OCR Comparator is a web-based application built using Streamlit that enables users to compare OCR (Optical Character Recognition) results from different OCR engines. It provides a user-friendly interface to upload images, extract text using multiple OCR tools, and visually compare the results. This tool is particularly useful for developers and researchers to evaluate and benchmark OCR performance across various engines.
• Multi-OCR Engine Support: Compare text extraction results from multiple OCR engines in a single interface.
• Image Upload Capability: Upload images in popular formats (JPEG, PNG, etc.) for OCR processing.
• Real-Time Comparison: Get instantaneous results from different OCR engines for quick evaluation.
• Accuracy Metrics: View accuracy scores and visual differences between OCR outputs.
• Side-by-Side Display: Easily compare OCR results from different engines side-by-side.
pip install streamlit-ocr-comparator
in your terminal to install the package.streamlit run ocr_comparator.py
to start the application.What OCR engines are supported by Streamlit OCR Comparator?
Streamlit OCR Comparator supports popular OCR engines like Tesseract, Google Cloud Vision API, and Microsoft Azure Computer Vision.
How do I upload multiple images at once?
Currently, the application only supports single image uploads. You can process multiple images sequentially.
Can I save the comparison results?
Yes, you can download the comparison results as a text file or CSV for further analysis.