{"id":19846103,"url":"https://github.com/g4-api/ocr-inspector","last_synced_at":"2026-05-16T00:37:41.448Z","repository":{"id":241645058,"uuid":"807329485","full_name":"g4-api/ocr-inspector","owner":"g4-api","description":"OCR Inspector is a WPF application that leverages Tesseract OCR to process and analyze images, recognizing text with bounding boxes and confidence levels. The application allows users to interact with recognized words through tooltips and copy OCR results to the clipboard.","archived":false,"fork":false,"pushed_at":"2024-06-03T06:04:17.000Z","size":18098,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-11T12:35:42.671Z","etag":null,"topics":["automation-framework","inspector","ocr","rpa","ui-automation","windows-application","wpf"],"latest_commit_sha":null,"homepage":"https://github.com/g4-api/ocr-inspector","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/g4-api.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-28T22:31:07.000Z","updated_at":"2024-06-03T06:01:33.000Z","dependencies_parsed_at":"2024-06-03T06:27:56.220Z","dependency_job_id":"62cad94f-c947-4b62-937e-c55aa7403b43","html_url":"https://github.com/g4-api/ocr-inspector","commit_stats":null,"previous_names":["g4-api/ocr-inspector"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4-api%2Focr-inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4-api%2Focr-inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4-api%2Focr-inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4-api%2Focr-inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g4-api","download_url":"https://codeload.github.com/g4-api/ocr-inspector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241225103,"owners_count":19930090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation-framework","inspector","ocr","rpa","ui-automation","windows-application","wpf"],"created_at":"2024-11-12T13:10:27.139Z","updated_at":"2025-10-29T13:18:40.313Z","avatar_url":"https://github.com/g4-api.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OCR Inspector v1.0\n\n[![Build \u0026 Release](https://github.com/g4-api/ocr-inspector/actions/workflows/GithubActions.yml/badge.svg?branch=main)](https://github.com/g4-api/ocr-inspector/actions/workflows/GithubActions.yml)  \n\nOCR Inspector is a WPF application that uses Tesseract OCR to process images, recognize text, and display the results with interactive elements. This application allows users to load images, perform OCR, and view the recognized words along with their confidence levels. Users can also copy OCR results to the clipboard directly from the UI.\n\n## Features\n\n- Load and display images in their original size.\n- Perform OCR on loaded images using Tesseract OCR.\n- Display recognized words with bounding boxes.\n- Interactive tooltips for recognized words showing text and accuracy.\n- Copy OCR results to the clipboard.\n\n## Screenshots\n\n![Main Screen](screenshots/Image1-1.png)\n\n## Quick Start\n\n### Prerequisites\n\n- .NET Framework 8.0 or later\n- Visual Studio 2022 or later\n- [Emgu CV](https://www.emgu.com/wiki/index.php/Main_Page)\n- [Tesseract OCR](https://github.com/tesseract-ocr/tesseract)\n\n### Installation\n\nIf you want to OCR extra languages, download the [Tesseract language data files](https://github.com/tesseract-ocr/tessdata) and place them in a folder named `TrainData` in the root of your project directory or application.\n\n#### From Source\n\n1. **Clone the Repository:**\n\n   ```sh\n   git clone https://github.com/g4-api/ocr-inspector.git\n   cd ocr-inspector\n   ```\n\n2. **Open the Solution:**\n\n   Open `OcrInspector.sln` in Visual Studio.\n\n\n#### From Releases\n\n1. **Download the Latest Release:**\n\n   Go to the [GitHub Releases](https://github.com/your-username/OcrInspector/releases) page.\n\n2. **Download the ZIP File:**\n\n   Download the ZIP file from the release assets.\n\n3. **Unzip the File:**\n\n   Extract the contents of the downloaded ZIP file.\n\n### Usage\n\n1. **Run the Application:**\n\n   - If you built from source, press `F5` in Visual Studio to build and run the application.\n   - If you downloaded the executable, double-click the `OcrInspector.exe` file.\n\n2. **Load an Image:**\n\n   - Click the \"Load Image...\" button to open a file dialog.\n   - Select an image file (`.jpg`, `.jpeg`, `.png`, `.bmp`).\n\n3. **View OCR Results:**\n\n   - The application will display the image with recognized words highlighted.\n   - Hover over the highlighted words to see tooltips with OCR details.\n   - Right-click on the highlighted words to copy the OCR text to the clipboard.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4-api%2Focr-inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg4-api%2Focr-inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4-api%2Focr-inspector/lists"}