Skip to content

Commit

Permalink
Update OBS OCR Plugin version and timing/run modes
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jan 9, 2024
1 parent 78a2df4 commit 0c1c551
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ Available now:
- Output OCR result to an OBS Text Source
- Choose the segmentation mode: Word, Line, Page, etc.
- "Semantic Smoothing": getting more consistent outputs with higher accuracy and confidence by "averaging" several text outputs
- Timing/Running modes: per X-milliseconds

Coming soon:
- More languages built-in (pretrained Tesseract models)
- Allowing external model files
- More output capabilities: Parsing, formatting
- Output to more built-in OBS sources (Image, etc.)
- Extracting text from complex image layouts
- Different timing modes: per X-frames, per X-milliseconds, etc.
- Different timing/run modes: per X-frames, source change, etc.

Check out our other plugins:
- [Background Removal](https://github.com/occ-ai/obs-backgroundremoval) removes background from webcam without a green screen.
Expand Down
6 changes: 3 additions & 3 deletions buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"name": "obs-ocr",
"displayName": "OBS OCR Plugin",
"version": "0.0.2",
"version": "0.0.3",
"author": "Roy Shilkrot",
"website": "https://github.com/occ-ai",
"website": "https://github.com/occ-ai/obs-ocr",
"email": "roy.shil@gmail.com",
"uuids": {
"windowsApp": "00000000-0000-0000-0000-000000000000"
"windowsApp": "B3A83484-2D3F-4794-AFC3-4A5B891E4613"
}
}
3 changes: 3 additions & 0 deletions cmake/windows/resources/installer-Windows.iss.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ OutputBaseFilename={#MyAppName}-{#MyAppVersion}-Windows-Installer
Compression=lzma
SolidCompression=yes
DirExistsWarning=no
VersionInfoVersion={#MyAppVersion}
AppCopyright=Copyright (C) 2023 {#MyAppPublisher}
DisableProgramGroupPage=Yes

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand Down

0 comments on commit 0c1c551

Please sign in to comment.