Skip to content

Commit

Permalink
Update GithubActions, README, and OcrInspector.sln Files
Browse files Browse the repository at this point in the history
GithubActions.yml Updates:
- Updated the GithubActions.yml file to rename the workflow from "OcrInspector Production" to "OCR Inspector Production"

README.md Enhancements:
- Enhanced the README.md file with a badge linking to the workflow status of "OCR Inspector Production"
- Added a brief description of the OCR Inspector application and its features

OcrInspector.sln Modifications:
- Modified the OcrInspector.sln file by adding a reference to the GithubActions.yml file under the ".build" project
- Removed the ".github" project which previously contained a reference to the GithubActions.yml file
  • Loading branch information
sroei committed May 30, 2024
1 parent b482a2a commit 1172c29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GithubActions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Workflow to build and release OcrInspector for production
name: OcrInspector Production
name: OCR Inspector Production

# Permissions for the workflow
permissions:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# OCR Inspector v1.0

[![OCR Inspector Production](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)

OCR 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.

## Features
Expand Down
6 changes: 1 addition & 5 deletions src/OcrInspector.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{9F72906C-26F5-422B-B91D-5EEF2EE43FB1}"
ProjectSection(SolutionItems) = preProject
..\build\AzurePipeline.yaml = ..\build\AzurePipeline.yaml
..\.github\workflows\GithubActions.yml = ..\.github\workflows\GithubActions.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".documents", ".documents", "{8E8AA423-669A-44A7-BCAA-D660F1F86E65}"
ProjectSection(SolutionItems) = preProject
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{40E91B1E-E57B-40A5-918E-6ECB3331F32D}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\GithubActions.yml = ..\.github\workflows\GithubActions.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 1172c29

Please sign in to comment.