Skip to content

Commit

Permalink
OCR: Update tutorial for OCR. v5.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed May 23, 2024
1 parent 57bce28 commit 741d859
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ui/src/components/TutorialsButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ function useTutorialsEn(mediumRef) {
const ref = React.useRef({tutorials:[]});

const dict = React.useRef({
'e4d575d0ca1f': {
author: 'Winlin Yang',
link: 'https://blog.ossrs.io/leveraging-openai-for-ocr-and-object-recognition-in-video-streams-using-oryx-e4d575d0ca1f',
title: 'Leveraging OpenAI for OCR and Object Recognition in Video Streams using Oryx'
},
'544e1db671c2': {
author: 'Winlin Yang',
link: 'https://blog.ossrs.io/expand-your-global-reach-with-srs-stack-effortless-video-translation-and-dubbing-solutions-544e1db671c2',
Expand Down
3 changes: 2 additions & 1 deletion ui/src/pages/ScenarioTutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export default function ScenarioTutorials() {
{id: 'bb19c2a3bb7a'},
{id: 'b3011e390e38'},
{id: '13e28adf1e18'},
{id: '544e1db671c2'}
{id: '544e1db671c2'},
{id: 'e4d575d0ca1f'}
])
});

Expand Down

0 comments on commit 741d859

Please sign in to comment.