Skip to content

Commit

Permalink
update readme, refs #9
Browse files Browse the repository at this point in the history
  • Loading branch information
kj-9 committed Jan 29, 2024
1 parent 9a41b71 commit 0fb56df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To extract text from a video, run:

ocrvid run path/to/video.mp4

then ocrvid generates frames from the video and runs OCR on each frame. Frames are saved in a directory named `.ocrvid/frames/video/` in the current directory.
then ocrvid generates frames from the video and runs OCR on each frame. Optionaly, frames can be saved in a directory passed `--frames_dir / -fd`.

OCR results are saved in a json file named `video.json` in the current directory. (where `video` is taken from input file name `video`)

Expand Down

0 comments on commit 0fb56df

Please sign in to comment.