Skip to content
Snippets Groups Projects
Commit 01f379aa authored by Robert Schubert's avatar Robert Schubert
Browse files

update to ocrd v1.0

parent 67f8f4b2
Branches master
No related tags found
No related merge requests found
......@@ -4,14 +4,12 @@ from functools import reduce
from math import ceil
import multiprocessing as mp
from ocrd import Processor, MIMETYPE_PAGE
from ocrd.validator.page_validator import PageValidator, ConsistencyError
from ocrd.utils import \
getLogger, concat_padded, xywh_from_points, points_from_xywh
from ocrd.model.ocrd_page import \
from_file, to_xml, GlyphType, WordType, CoordsType, TextEquivType
from ocrd.model.ocrd_page_generateds import \
MetadataItemType, LabelsType, LabelType
from ocrd import Processor
from ocrd_validators.page_validator import PageValidator, ConsistencyError
from ocrd_utils import \
getLogger, concat_padded, xywh_from_points, points_from_xywh, MIMETYPE_PAGE
from ocrd_model.ocrd_page import \
from_file, to_xml, GlyphType, WordType, CoordsType, TextEquivType, MetadataItemType, LabelsType, LabelType
import networkx as nx
import hfst
......
{
"git_url": "https://github.com/ASVLeipzig/cor-asv-fst",
"version": "0.1.0",
"version": "0.1.1",
"tools": {
"ocrd-cor-asv-fst-process": {
"executable": "ocrd-cor-asv-fst-process",
......
......@@ -8,5 +8,5 @@ alignment
editdistance
spacy
networkx >= 2.0
ocrd >= 0.15.2
ocrd >= 1.0.0b4
ocrd_keraslm >= 0.3.1
......@@ -20,7 +20,7 @@ with codecs.open('README.md', encoding='utf-8') as f:
setup(
name='ocrd_cor_asv_fst',
version='0.1.0',
version='0.1.1',
description='OCR post-correction with error/lexicon Finite State '
'Transducers and character-level LSTMs',
long_description=README,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment