Skip to main content

vhtml (ang. Visual HyperText Markup Language) - Optical character recognition and HTML layout analysis library

Project description

vHTML - Visual HTML Generator

A modular system for converting PDF documents to HTML with OCR and layout analysis.

Features

  • PDF to image conversion with preprocessing (denoise, deskew)
  • Document layout analysis and segmentation
  • OCR with multi-language support (Polish, English, German)
  • Language detection and confidence scoring
  • HTML generation with embedded images and metadata
  • Batch processing capabilities
  • Command-line interface

Installation

Prerequisites

  • Python 3.8+
  • Tesseract OCR
  • Poppler utilities

Using Poetry (Recommended)

# Clone the repository
git clone https://github.com/fin-officer/vhtml.git
cd vhtml

# Install with Poetry
make install

Manual Installation

# Install system dependencies
sudo apt-get update
sudo apt-get install -y tesseract-ocr tesseract-ocr-pol tesseract-ocr-eng tesseract-ocr-deu poppler-utils

# Install Python dependencies
pip install poetry
poetry install

Validate Installation

To verify that all dependencies are correctly installed:

make validate

or

python scripts/validate_installation.py

Usage

Command Line Interface

# Process a single PDF file
poetry run python -m vhtml.main /path/to/document.pdf -o output_directory

# Process a directory of PDF files
poetry run python -m vhtml.main /path/to/pdf_directory -b -o output_directory

# Process and open in browser
poetry run python -m vhtml.main /path/to/document.pdf -v

Integration Test

# Run the integration test with your PDF file
poetry run python scripts/test_integration.py /path/to/document.pdf -v

Python API

from vhtml.main import DocumentAnalyzer

# Initialize the analyzer
analyzer = DocumentAnalyzer()

# Process a document
html_path = analyzer.analyze_document("document.pdf", "output_dir")

# Print the path to the generated HTML
print(f"Generated HTML: {html_path}")

Core Components

  • PDFProcessor: Handles PDF to image conversion and preprocessing
  • LayoutAnalyzer: Analyzes document layout and segments content blocks
  • OCREngine: Performs OCR with language detection and confidence scoring
  • HTMLGenerator: Generates HTML with embedded images and styling
  • DocumentAnalyzer: Integrates all components into a complete workflow

Project Structure

vhtml/
├── vhtml/
│   ├── core/
│   │   ├── pdf_processor.py
│   │   ├── layout_analyzer.py
│   │   ├── ocr_engine.py
│   │   └── html_generator.py
│   └── main.py
├── scripts/
│   ├── validate_installation.py
│   └── test_integration.py
├── docs/
│   ├── ARCHITECTURE.md
│   ├── IMPLEMENTATION.md
│   └── PROJECT_STRUCTURE.md
├── Makefile
├── pyproject.toml
└── README.md

Development

# Setup development environment
make setup

# Run tests
make test

# Format code
make format

# Lint code
make lint

# Build package
make build

Documentation

For more detailed information, see the documentation files:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vhtml-0.1.7.tar.gz (17.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vhtml-0.1.7-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file vhtml-0.1.7.tar.gz.

File metadata

  • Download URL: vhtml-0.1.7.tar.gz
  • Upload date:
  • Size: 17.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.3 Linux/6.14.0-15-generic

File hashes

Hashes for vhtml-0.1.7.tar.gz
Algorithm Hash digest
SHA256 b37db9d42618ac4696c3ae9547c3ec564621bf5e8a6cdf648d44dc4894d35af0
MD5 a23829a488328f2daab8378de482b575
BLAKE2b-256 03194181acfdf063abe535cda1611740889876d3d30ecb5e2e19a69a8b9cbcf3

See more details on using hashes here.

File details

Details for the file vhtml-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: vhtml-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.3 Linux/6.14.0-15-generic

File hashes

Hashes for vhtml-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f39a8c571fc2b880b3e524689d47cfba3b3ccb25c5b1161b1e9b175767dd221b
MD5 837aeaa66b61f5b2f910b5e5d4a08da6
BLAKE2b-256 bfd4adac4a1ef1fd3e1f6acac54974c6447b0d87057c5e22ba4d387b63a76162

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page