Skip to main content

Ocr_tools is a Python library that generates synthetic images containing Khmer text and other important toolbox

Project description

OCR toolkits

Introduction

Collection of functions to work with ocr and synthetic data generater

Features

  • Generate synthetic images containing Khmer text
  • Customize text content from a file
  • Choose from multiple font styles
  • Option to apply random blur effect to images
  • Generate corresponding labels for each image

Installation

You can install the Khmer Text Image Generator using pip:

pip install ocr_toolkits

Usage

  • create text file to words list eg. dict.txt and put all khmer words you want to gnerate or download sample data here

  • create a folder call font and download all font from this link : font

  • create python script to generate data eg. test.py

from khmerocr_tools import synthetic_data

# Set parameters
image_height = 128
output_folder = 'output'
output_labels_file = 'output/labels.txt'
text_file_path = "dict.txt"
font_option = [1, 2]  

# Generate images and labels
synthetic_data(
    text_file_path, 
    image_height, 
    output_folder, 
    output_labels_file, 
    font_option=font_option, 
    random_blur=True
)

Parameters

  • image_height: Height of the generated images in pixels.
  • output_folder: Path to the folder where generated images will be saved.
  • output_labels_file: Path to the file where labels will be saved.
  • text_file_path: Path to the text file containing Khmer text for generation.
  • font_option: List of integers representing font options.
    • 1 for AKbalthom KhmerLer Regular.
    • 2 for Khmer MEF1 Regular.
    • 3 for Khmer OS Battambang Regular.
    • 4 for Khmer OS Muol Light Regular.
    • 5 for Khmer OS Siemreap Regular.
    • Use an empty list [] to select all available fonts.
  • random_blur: Boolean flag indicating whether to apply random blur effect to images.

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

ocr-toolkits-0.0.2.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

ocr_toolkits-0.0.2-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file ocr-toolkits-0.0.2.tar.gz.

File metadata

  • Download URL: ocr-toolkits-0.0.2.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for ocr-toolkits-0.0.2.tar.gz
Algorithm Hash digest
SHA256 86cd7932588e77b83103e7630709cb065bbec8b00015db423290271d7cdda980
MD5 ee632a832f1a454c241ad262d5f3cda0
BLAKE2b-256 0339cf46333ec43b148a5fb07a8530066f0e1ec8666cecfd74fd77edaf6c0de9

See more details on using hashes here.

File details

Details for the file ocr_toolkits-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for ocr_toolkits-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ac96e2c6d98e949eb9b88077a08d7fe45584ffe1e6d736b59238fe968514c4c1
MD5 cfd275980cb43e2467a15b6be434cb14
BLAKE2b-256 8f57f045a68966a948768879900a940c563cf2adcdcb932ca39c60b0c0e8d1df

See more details on using hashes here.

Supported by

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