PDFを画像に変換する
ImageMagickのconvertコマンドを使う。
convert -density 150 7181-attention-is-all-you-need.pdf[1] -quality 90 output.png
上を実行するとこんな画像が出力される。
ちなみに[]の中の数字はページ番号を表し、ページ番号の指定により、任意のページを画像に変換することができる。
output.png
画像処理や自然言語処理などのハマりどころをまとめます
ImageMagickのconvertコマンドを使う。
convert -density 150 7181-attention-is-all-you-need.pdf[1] -quality 90 output.png
上を実行するとこんな画像が出力される。
ちなみに[]の中の数字はページ番号を表し、ページ番号の指定により、任意のページを画像に変換することができる。
output.png
ディスカッション
コメント一覧
まだ、コメントがありません