forked from faxocr/faxocr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
78 lines (55 loc) · 2.79 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#
# Sheet-reader for Shinsai FaxOCR
#
# Copyright (C) 2009-2013 National Institute of Public Health, Japan.
# All rights Reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# 注意事項
- ディレクトリは、/home/faxocr/に展開すること。
(ディレクトリがハードコードされているケースがあるため)
- 最新版のインストールドキュメントは、下記google sitesより入手して下さい。
https://sites.google.com/site/faxocr2010/install-documents/on-premises
# ディレクトリ説明
- Faxsystem/
ファックスに関するデータが置かれます。すべてのディレクトリに書き込み
パーミッションがあるよう、注意して下さい。
- Maildir/
ファックス画像を受け取るためのメールに関連したディレクトリです。
書き込みパーミッションに注意して下さい。
- bin/
Faxocrシステムに関する下記のようなスクリプトが置かれています。
- getfax popでfax添付メールを取ってくる
- sheetreader* srml形式のシート定義に基づきfax画像を解析します
- srhelper* 発信者番号等の取得を行います
- procfax.sh cron実行されるfax処理スクリプト本体
rails/script/getsrml.rbというrubyスクリプトを呼び、
srml定義ファイルを自動アップデートするなどします
- procreport.sh cron実行されるレポート作成スクリプト本体
- sendfax エラーfaxのセンドバック処理を行います
(*) srcにてコンパイルする必要
- etc/
Faxocrシステムの設定用ディレクトリです。
etc/ocrb.ttf(OCRBフォント)は、Matthew Skalaによる作で、下記より
ダウンロードさせて頂きました。
http://ansuz.sooke.bc.ca/page/fonts
http://ansuz.sooke.bc.ca/fonts/ocr.zip
- rails/
Faxocrシステムのユーザーインターフェースが置かれています。
rails/faxocr_config以下に、書き込み可能なパーミッションを設定して下さい。
- src/
Faxocrシステムに関連した、sheet-readerやkocr等のソースコードを置きます。
- INSTALL
このファイルです。