awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesImage Pre-processing Utilities

Functions for rescaling, binarization, and noise reduction to improve downstream analysis quality.

Explore 5 awesome GitHub repositories matching graphics & multimedia · Image Pre-processing Utilities. Refine with filters or upvote what's useful.

Awesome Image Pre-processing Utilities GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tesseract-ocr/tesseracttesseract-ocr 的头像

    tesseract-ocr/tesseract

    74,751在 GitHub 上查看↗

    Tesseract is a neural network-based optical character recognition engine designed to convert scanned images and digital documents into machine-readable, searchable text. It functions as both a command-line utility for automating large-scale digitization workflows and a cross-platform library that can be embedded into desktop, mobile, or server-side applications. By utilizing long short-term memory networks, the engine provides robust text extraction across more than one hundred languages and dozens of scripts. The project distinguishes itself through a sophisticated document layout analysis f

    Enhance image quality through rescaling, binarization, and noise reduction to prepare raw visual data for more accurate recognition.

    C++hacktoberfestlstmmachine-learning
    在 GitHub 上查看↗74,751
  • jbarlow83/ocrmypdfjbarlow83 的头像

    jbarlow83/OCRmyPDF

    33,901在 GitHub 上查看↗

    OCRmyPDF is a tool for converting image-based PDF files into machine-readable documents by adding a searchable text layer via optical character recognition. It functions as a multi-language processor capable of detecting and extracting text in over 100 different languages using linguistic data packs. The software includes a PDF image optimizer to remove image artifacts and correct page skew to improve recognition accuracy. It also provides a converter to transform scanned documents into the PDF/A standard for long-term digital archiving. The system manages PDF optimization by compressing emb

    Removes image artifacts and corrects page skew to increase character recognition accuracy.

    Python
    在 GitHub 上查看↗33,901
  • simular-ai/agent-ssimular-ai 的头像

    simular-ai/Agent-S

    11,855在 GitHub 上查看↗

    Agent-S is a multimodal AI agent and LLM desktop automation framework designed to control operating systems through graphical user interface interactions. It functions as a computer use interface, utilizing vision-language grounding to translate natural language goals into precise screen coordinates and system actions. The project differentiates itself by combining structured accessibility tree inspection with vision-based element localization. It manages cross-application workflows by mapping conceptual descriptions to physical pixels and simulating low-level keyboard and mouse events to mov

    Modifies visual data through resizing, compression, and grid overlays to prepare images for AI analysis.

    Pythonagent-computer-interfaceai-agentscomputer-automation
    在 GitHub 上查看↗11,855
  • sensity-ai/dotsensity-ai 的头像

    sensity-ai/dot

    4,529在 GitHub 上查看↗

    Dot is a deep learning face swap tool used to replace faces in live video streams, recorded media, and static images. It functions as a deepfake media processor and real-time video manipulator that applies facial transformations through neural network mapping. The system includes a virtual camera video injector that routes processed output into a system-level virtual device to simulate a physical hardware webcam. This allows generated video to be used within third-party video conferencing software. The tool supports real-time source switching via keyboard inputs to toggle between different s

    Applies deep learning face-swapping transformations to static image files and pre-recorded video files.

    Python
    在 GitHub 上查看↗4,529
  • rmtheis/tess-twormtheis 的头像

    rmtheis/tess-two

    3,765在 GitHub 上查看↗

    Tess-two is an optical character recognition tool and Android application designed to extract written text from images using the Tesseract engine. It functions as an image analysis utility for detecting visual artifacts, blur, and optical flow within local image files on Android devices. The project includes an image pre-processing suite used to clean and manipulate images to increase the accuracy of text recognition. This involves a pipeline that applies grayscale conversion and binarization before the recognition process. The software integrates native image processing and character analys

    Ships a suite of pre-processing utilities for binarization and noise reduction to improve OCR quality.

    C
    在 GitHub 上查看↗3,765
  1. Home
  2. Graphics & Multimedia
  3. Media Processing and Analysis
  4. Media Manipulation
  5. Media Processing Workflows
  6. Image Processing Pipelines
  7. Image Pre-processing Utilities

探索子标签

  • Face Swap ProcessingApplying identity replacement transformations to static images or pre-recorded video files. **Distinct from Image Pre-processing Utilities:** Distinct from general image pre-processing utilities: specifically implements the face-swapping transformation logic.