Home
Name Modified Size InfoDownloads / Week
0.0.3 2015-05-16
latest 2014-09-28
README 2014-11-29 1.4 kB
MathOCR.jar 2014-11-29 401.9 kB
sample.zip 2014-11-29 233.4 kB
MathOCRCLI.jar 2014-09-28 2.4 kB
Totals: 6 Items   639.1 kB 2
  Copyright (C) 2014
  Chan Chung Kwong
  
  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

README:

This is MathOCR 0.0.2. It is a printed mathematical formula recognition system 
written in java. Java 7 or above is needed to run MathOCR.  

This is a pre-alpha release.  

INSTALLATION:

No installation process is needed. 

To start GUI interface of MathOCR, double click icon of MathOCR.jar or excute
java -jar MathOCR.jar

To start CLI interface of MathOCR, put MathOCR.jar and MathOCRCLI.jar in a same
directory, then excute 
java -jar MathOCRCLI.jar <image files>

sample.zip contains some formula images for testing purpose.

  版权所有 (C) 2014
  陈颂光
  
  在任何媒介复制和散布这个文件,不管有否修改,只要保持这注记,都是被容许的。

这是MathOCR版本0.0.2. 这是一个用Java编写的印刷体数学公式识别系统. 需要Java
版本7或以上以运行MathOCR.  

这是一个准预览版本。  

安装:

本程序不用安装。 

为启动MathOCR的GUI界面, 双击MathOCR.jar图标或执行
java -jar MathOCR.jar

为启动MathOCR的CLI界面, 把MathOCR.jar和MathOCRCLI.jar放在同一目录,执行
java -jar MathOCRCLI.jar <图片文件>

sample.zip包含一些测试用公式图片.
Source: README, updated 2014-11-29