⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jacsonnames.java

📁 java编写的OCR软件
💻 JAVA
字号:
package de.spieleck.app.jacson;

/**
 * Holder interface of common names.
 * @author fsn
 */
public interface JacsonNames
{
    final static String JS_OBJ_SOURCE = "source";
    final static String JS_PCK_SOURCE = "de.spieleck.app.jacson.source.";
    final static String JS_OBJ_REPORT = "report";
    final static String JS_PCK_REPORT = "de.spieleck.app.jacson.report.";
    final static String JS_OBJ_FILTER = "filter";
    final static String JS_PCK_FILTER = "de.spieleck.app.jacson.filter.";
    final static String JS_OBJ_EVAL = "eval";
    final static String JS_PCK_EVAL = "de.spieleck.app.jacson.eval.";
    final static String JS_OBJ_SELECT = "select";
    final static String JS_PCK_SELECT = "de.spieleck.app.jacson.select.";
    final static String JS_OBJ_LABEL = "label";

    final static String JS_DEBUG_FLAG = "debug";

    final static String BLOCKREPORT = "blockreport";

    final static String JS_REP_PROC = "processing";
    final static String JS_REP_BLOCK = "block";
    final static String JS_REP_FILTER = "filter";
    final static String JS_REP_EVAL = "eval";
    final static String JS_REP_CHUNK = "chunk";
    final static String JS_REP_LABEL = "label";
    final static String JS_REP_LIST = "list";
    final static String JS_REP_LOG = "log";
    final static String JS_REP_NAME = "name";
    final static String JS_REP_NUMBER = "number";
    final static String JS_REP_RESULT = "summary";
    final static String JS_REP_TIME = "time";
    final static String JS_REP_TSTAMP = "timestamp";
    final static String JS_REP_SUMMARY = "summary";

    final static String JS_STATE_ID = "de.spieleck.app.jacson.state.id";

    final static String JS_MAIN_CFG = "application/jacson";
    final static String JS_REPORT_CFG = "report";
}
//
//    Jacson - Text Filtering with Java.
//    Copyright (C) 2002 Frank S. Nestel (nestefan -at- users.sourceforge.net)
//
//    This library is free software; you can redistribute it and/or
//    modify it under the terms of the GNU Lesser General Public
//    License as published by the Free Software Foundation; either
//    version 2.1 of the License, or (at your option) any later version.
//
//    This library 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
//    Lesser General Public License for more details.
//
//    You should have received a copy of the GNU Lesser General Public
//    License along with this library; if not, write to the Free Software
//    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
//

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -