Skip to content

freedmand/textra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

textra

A command-line application to convert images and PDF files of images to text using Apple's Vision text recognition API.

Usage

textra FILE1 [FILE2...]

Arguments

FILE1 [FILE2...]: One or more files to be converted. If multiple files are provided, the last file must be the output directory or a pattern containing an output path.

Examples

textra image.png
textra image1.png image2.png output-dir/
textra document.pdf
textra document.pdf output-dir/
textra document.pdf page-{}.txt