awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NMAC427 avatar

NMAC427/SwiftOCR

0
View on GitHub↗
4,632 स्टार्स·477 फोर्क्स·Swift·Apache-2.0·6 व्यूज़

SwiftOCR

SwiftOCR एक Swift लाइब्रेरी है जो छवियों से ऑप्टिकल कैरेक्टर रिकग्निशन और टेक्स्ट निष्कर्षण करने के लिए है। यह iOS और macOS एप्लिकेशन के लिए डिज़ाइन किया गया एक न्यूरल नेटवर्क टेक्स्ट रिकॉग्नाइज़र और OCR मॉडल ट्रेनर के रूप में कार्य करता है।

यह प्रोजेक्ट कस्टम फॉन्ट ट्रेनिंग के लिए टूल प्रदान करता है, जो उपयोगकर्ताओं को कस्टम डेटासेट को प्रोसेस करके विशिष्ट टाइपोग्राफी या अद्वितीय कैरेक्टर सेट को पहचानने के लिए न्यूरल नेटवर्क को सिखाने की अनुमति देता है। यह सिस्टम को विशिष्ट लक्ष्य कैरेक्टर मैपिंग के आधार पर छोटे अल्फ़ान्यूमेरिक अनुक्रमों की पहचान करने में सक्षम बनाता है।

इस लाइब्रेरी में विश्लेषण किए जाने से पहले विज़ुअल डेटा को साफ और बदलने के लिए एक इमेज-प्रीप्रोसेसिंग पाइपलाइन शामिल है। यह पिक्सेल पैटर्न को मशीन-पठनीय अक्षरों में मैप करने के लिए न्यूरल-नेटवर्क-आधारित रिकग्निशन इंजन का उपयोग करता है।

Features

  • Alphanumeric Code Recognition - Specializes in identifying short sequences of letters and numbers from images for automated scanning.
  • Custom Font Training - Enables the training of neural networks to recognize specific typography and unique character sets.
  • OCR Model Customizers - Provides a toolkit to adapt and train OCR models to recognize specific fonts and custom character sets.
  • Model Training Workflows - Provides workflows for refining neural network models using custom datasets to recognize specific fonts.
  • Neural Networks - Employs neural networks to analyze pixel patterns and map them to machine-readable alphanumeric characters.
  • Text Recognizers - Implements a neural network system that identifies alphanumeric characters in images via image preprocessing.
  • OCR Model Training - Allows users to teach neural networks to identify new fonts by processing custom training datasets.
  • Optical Character Recognition - Provides a complete system for converting images of text into machine-encoded text using Swift.
  • Swift OCR Libraries - Provides a native Swift library for performing optical character recognition and text extraction on iOS and macOS.
  • Image Preprocessing - Implements an image-preprocessing pipeline that performs grayscale conversion and noise reduction to optimize text recognition.
  • Swift Image Processing - Provides native Swift tools for analyzing and preprocessing visual data to improve text detection accuracy.
  • OCR Tools - Implements a neural network-based OCR library.

स्टार हिस्ट्री

nmac427/swiftocr के लिए स्टार हिस्ट्री चार्टnmac427/swiftocr के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

SwiftOCR के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो SwiftOCR के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • garnele007/swiftocrgarnele007 का अवतार

    garnele007/SwiftOCR

    4,632GitHub पर देखें↗

    SwiftOCR is a native Swift library designed for extracting text and alphanumeric characters from images. It functions as a neural network text recognizer that identifies characters and strings from visual data. The library includes a custom OCR model trainer and tools for custom font recognition. These capabilities allow for the generation of specialized neural networks tailored to specific fonts and character sets to improve recognition accuracy. The system utilizes connected-component labeling to identify individual character regions and employs image processing to convert short alphanumer

    Swift
    GitHub पर देखें↗4,632
  • clovaai/deep-text-recognition-benchmarkclovaai का अवतार

    clovaai/deep-text-recognition-benchmark

    3,938GitHub पर देखें↗

    This project is a PyTorch-based framework and toolkit for scene text recognition. It provides a deep learning pipeline for extracting characters and words from images of natural environments, covering the full process from training data preparation to model validation. The framework functions as a standardized benchmark for measuring the accuracy and inference speed of text recognition models. It includes tools for calculating recognition accuracy and measuring GPU processing time per image to evaluate model performance across consistent datasets. The system incorporates visual and sequentia

    Jupyter Notebook
    GitHub पर देखें↗3,938
  • ub-mannheim/tesseractUB-Mannheim का अवतार

    UB-Mannheim/tesseract

    4,111GitHub पर देखें↗

    Tesseract is an optical character recognition engine and tool designed to convert printed or handwritten text from images into machine-readable digital text. It functions as a multilingual text extractor and a document digitization pipeline that transforms scanned images into structured digital formats. The project includes a framework for training custom scripts and language-specific models, allowing the engine to recognize new languages or unique fonts through custom training data. Its capabilities cover automated text extraction, digital archive digitization, and the export of recognized

    C++lstmocrocr-d
    GitHub पर देखें↗4,111
  • cazala/synapticcazala का अवतार

    cazala/synaptic

    6,920GitHub पर देखें↗

    Synaptic is a JavaScript neural network library used for building, training, and executing neural networks in Node.js and the browser. It provides a framework for constructing architecture-free neural network topologies, a backpropagation training engine for weight optimization, and a toolkit for implementing recurrent neural network frameworks. The library enables the design of custom first or second order network architectures without predefined constraints. It supports a variety of specialized models, including Long Short-Term Memory networks, Hopfield networks, Liquid State Machines, and

    JavaScript
    GitHub पर देखें↗6,920
SwiftOCR के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

nmac427/swiftocr क्या करता है?

SwiftOCR एक Swift लाइब्रेरी है जो छवियों से ऑप्टिकल कैरेक्टर रिकग्निशन और टेक्स्ट निष्कर्षण करने के लिए है। यह iOS और macOS एप्लिकेशन के लिए डिज़ाइन किया गया एक न्यूरल नेटवर्क टेक्स्ट रिकॉग्नाइज़र और OCR मॉडल ट्रेनर के रूप में कार्य करता है।

nmac427/swiftocr की मुख्य विशेषताएं क्या हैं?

nmac427/swiftocr की मुख्य विशेषताएं हैं: Alphanumeric Code Recognition, Custom Font Training, OCR Model Customizers, Model Training Workflows, Neural Networks, Text Recognizers, OCR Model Training, Optical Character Recognition।

nmac427/swiftocr के कुछ ओपन-सोर्स विकल्प क्या हैं?

nmac427/swiftocr के ओपन-सोर्स विकल्पों में शामिल हैं: garnele007/swiftocr — SwiftOCR is a native Swift library designed for extracting text and alphanumeric characters from images. It functions… clovaai/deep-text-recognition-benchmark — This project is a PyTorch-based framework and toolkit for scene text recognition. It provides a deep learning pipeline… ub-mannheim/tesseract — Tesseract is an optical character recognition engine and tool designed to convert printed or handwritten text from… jaidedai/easyocr — EasyOCR is a deep learning-based computer vision library designed to perform optical character recognition on images… brainjs/brain.js — Brain.js is a JavaScript neural network library for building, training, and running machine learning models in the… cazala/synaptic — Synaptic is a JavaScript neural network library used for building, training, and executing neural networks in Node.js…