You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# allow using images as input
pdf2searchablepdf in.jpg in2.jpeg in3.png in4.tif in5.tiff
# alias it as `img2searchablepdf` too:# (same as above)
img2searchablepdf in.jpg in2.jpeg in3.png in4.tif in5.tiff
# etc
Allow passing in 1 or more image files to be converted into a PDF! Support ALL image types that tesseract supports, such as:
Add these features:
Allow passing in 1 or more image files to be converted into a PDF! Support ALL image types that
tesseract
supports, such as:etc.
Sloppy work-around
Meanwhile, you can convert images to PDF with
img2pdf
, like this. See: https://stackoverflow.com/a/8955457/4561887Or, just use
tesseract
directly, since it takes images as inputs.OR, a hacky work-around that works right now in pdf2searchablepdf version 0.5.0:
The text was updated successfully, but these errors were encountered: