manuscript-ocr

Contents:

  • Getting Started
    • Installation
    • Quick Start
    • Example Notebooks
    • Main Components
    • Model Zoo
    • Related Work
  • Model Zoo
    • Detection
    • Layout
    • Recognition
    • Correction
    • Architecture Sources
  • Pipeline Usage Guide
    • Stage Contracts
      • Detector
      • Recognizer
      • Layout
      • Corrector
    • Basic Usage
    • Disable Stages
    • Layout Placement
    • Built-in Components
    • TRBA Region Preparation
    • Collapsing Text Spans
    • Visualization and Profiling
    • Intermediate Results
  • Library Structure
    • Overview
  • API Reference
    • Pipeline
      • Pipeline
        • Pipeline.__init__()
        • Pipeline.predict()
        • Pipeline.get_text()
        • Pipeline.last_detection_page
        • Pipeline.last_layout_page
        • Pipeline.last_recognition_page
        • Pipeline.last_correction_page
    • Data Structures
      • Data Model
      • Module Reference
        • TextSpan
        • Line
        • Block
        • Page
    • Detectors
      • EAST
        • EAST.__init__()
        • EAST.default_weights_name
        • EAST.export()
        • EAST.predict()
        • EAST.pretrained_registry
        • EAST.train()
      • YOLO
        • YOLO.__init__()
        • YOLO.config_registry
        • YOLO.default_target_size
        • YOLO.default_weights_name
        • YOLO.predict()
        • YOLO.pretrained_registry
      • EAST Training Quads
    • Layouts
      • SimpleSorting
        • SimpleSorting.__init__()
        • SimpleSorting.predict()
    • Recognizers
      • TRBA
        • TRBA.__init__()
        • TRBA.charset_registry
        • TRBA.config_registry
        • TRBA.default_weights_name
        • TRBA.export()
        • TRBA.predict()
        • TRBA.pretrained_registry
        • TRBA.train()
    • Correctors
      • CharLM
        • CharLM
        • Overview
        • Available Presets
        • Quick Example
        • Basic Usage
        • Advanced Configuration
        • Using Custom Lexicon
        • Training Custom Model
        • Export to ONNX
    • Utilities
      • read_image()
      • create_page_from_text()
      • visualize_page()
      • organize_page()
      • crop_axis_aligned()
      • crop_polygon_mask()
      • merge_polygons()
      • order_quad_points()
      • polygon_to_bbox()
      • warp_quad()
      • merge_text_spans()
      • collapse_line_text_spans()
      • collapse_block_text_spans()
      • collapse_page_text_spans()
      • set_seed()
  • Related Work
manuscript-ocr
  • Search


© Copyright 2026, Konstantin Kozhin.

Built with Sphinx using a theme provided by Read the Docs.