Skip to content

Converts FineReader abbyy.xml to alto.xml.

License

Notifications You must be signed in to change notification settings

qurator-spk/abbyy-to-alto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

about

abbyy-to-alto is a tiny Java library to convert abbyy.xml to alto.xml. It supports abbyy v10 and alto v2/alto v4.1.

include with maven

<repositories>
  <repository>
    <id>MyCoRe HQ</id>
    <url>http://artifactory.mycore.de/mycore-releases</url>
    <snapshots>
      <enabled>false</enabled>
    </snapshots>
  </repository>
  <repository>
    <id>MyCoRe HQ Snapshots</id>
    <url>http://artifactory.mycore.de/mycore-snapshots</url>
    <releases>
      <enabled>false</enabled>
    </releases>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>org.mycore</groupId>
    <artifactId>abbyy-to-alto</artifactId>
    <version>0.1-SNAPSHOT</version>
  </dependency>
</dependencies>

use the cli

abbyy-to-alto contains a very simple command line interface

  • checkout the project with git
  • do a "mvn clean install" in the checked out directory
  • use the cli
    • java -jar target/abbyy-to-alto-0.1-SNAPSHOT.jar convert {source abbyy xml} {target directory}
    • java -jar target/abbyy-to-alto-0.1-SNAPSHOT.jar directory {source directory} {target directory}

About

Converts FineReader abbyy.xml to alto.xml.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%