Skip to content

ネットワークフォルダに保存されたPDF(複合機が受信したFAX)をOCRを使ってメール送信する

Notifications You must be signed in to change notification settings

johiroshi/pdf_to_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pdf_to_email

ネットワークフォルダに保存されたPDF(複合機が受信したFAX)をOCRを使ってメール送信する

How to install on Windows 10

24時間稼働するWindows10に以下をインストールする。

この記事を執筆時点のPopplerの最新バージョンは0.68.0だがうまく動作しなかったので、サンプルコードでは0.67.0を使用している。

Pythonのインストールを終えたら、コマンドプロンプトで以下をインストールする。

python -m pip install pdf2image
python -m pip install pyocr
python -m pip install watchdog

Pythonスクリプトとpoppler-0.xx.0フォルダ、imgフォルダを同じ階層に置く。

\\path_to\\\pdf_to_email.pyで監視開始。\\\\SHARED-FOLDER\\faxにPDFが生成されたら発火。

注文書のテンプレートはこちらを利用。

About

ネットワークフォルダに保存されたPDF(複合機が受信したFAX)をOCRを使ってメール送信する

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages