All Projects → MSPaintIDE → Newocr

MSPaintIDE / Newocr

Licence: mit
A custom OCR library in pure Java made as a replacement for MS Paint IDE's OCR

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Newocr

Attention Ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
Stars: ✭ 844 (+1862.79%)
Mutual labels:  hacktoberfest, ocr
Parsr
Transforms PDF, Documents and Images into Enriched Structured Data
Stars: ✭ 2,736 (+6262.79%)
Mutual labels:  hacktoberfest, ocr
Tesseract
This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns. Compatibility with Tesseract 3 is enabled by using the Legacy OCR Engine mode (--oem 0). It also needs traineddata files which support the legacy engine, for example those from the tessdata repository.
Stars: ✭ 43,199 (+100362.79%)
Mutual labels:  hacktoberfest, ocr
Mspaintide
Programming in MS Paint
Stars: ✭ 909 (+2013.95%)
Mutual labels:  hacktoberfest, ocr
Padd
PADD (formerly Chronometer2) is a more expansive version of the original chronometer.sh that is included with Pi-Hole. PADD provides in-depth information about your Pi-hole.
Stars: ✭ 1,011 (+2251.16%)
Mutual labels:  hacktoberfest
Complete Web Developer Manual
All resources and notes from the Complete Web Developer in 2021: Zero to Mastery course
Stars: ✭ 1,009 (+2246.51%)
Mutual labels:  hacktoberfest
Library
Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
Stars: ✭ 1,006 (+2239.53%)
Mutual labels:  hacktoberfest
Docker Hy.github.io
DevOps with Docker course by the University of Helsinki, Course material
Stars: ✭ 41 (-4.65%)
Mutual labels:  hacktoberfest
Mun
Source code for the Mun language and runtime.
Stars: ✭ 1,016 (+2262.79%)
Mutual labels:  hacktoberfest
React Native Paper
Material Design for React Native (Android & iOS)
Stars: ✭ 8,714 (+20165.12%)
Mutual labels:  hacktoberfest
Laminas Mail
Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages
Stars: ✭ 42 (-2.33%)
Mutual labels:  hacktoberfest
Pmbootstrap
Repository has been moved! https://postmarketos.org/move.html#/pmbootstrap 🚚 🚚 🚚
Stars: ✭ 1,010 (+2248.84%)
Mutual labels:  hacktoberfest
Hyperion.ng
The successor to Hyperion aka Hyperion Next Generation
Stars: ✭ 1,008 (+2244.19%)
Mutual labels:  hacktoberfest
Httpreports
HttpReports is an APM (application performance monitor) system for .Net Core.
Stars: ✭ 1,009 (+2246.51%)
Mutual labels:  hacktoberfest
Hello World
Hello-World! The baby steps to be a Programmer! Explore this repository to check out various languages in Computer Science and understand how to contribute to Open Source effectively and easily. Sending your first Pull Request is not hard and made easier by this repository!
Stars: ✭ 42 (-2.33%)
Mutual labels:  hacktoberfest
Toolkit For Ynab
A general purpose YNAB enhancing browser extension for Chrome and Firefox. Have it your way!
Stars: ✭ 1,006 (+2239.53%)
Mutual labels:  hacktoberfest
Th Digital Survival
คลังข้อมูลวิธีการเอาตัวรอดด้วยอุปกรณ์ดิจิตอล
Stars: ✭ 42 (-2.33%)
Mutual labels:  hacktoberfest
Watchtower
A process for automating Docker container base image updates.
Stars: ✭ 9,526 (+22053.49%)
Mutual labels:  hacktoberfest
Hacktoberfest Simple Practice Programmes
A beginner-friendly open source repository to create your pull request.
Stars: ✭ 42 (-2.33%)
Mutual labels:  hacktoberfest
Javascript Mini Projects
Awesome Collection of amazing javascript mini-projects.
Stars: ✭ 42 (-2.33%)
Mutual labels:  hacktoberfest

NewOCR

NewOCR is an OCR library made to suit MS Paint IDE's needs, though can be used in any project, as nothing is made specific to the IDE. The OCR can be trained with many fonts, though is geared towards fonts like Verdana and similar fonts. Other fonts may require some tweaking of the character detector, but the main detection will work with no matter how different the characters are from Verdana (It could even modify it to work with emojis).

It should be noted that this OCR is made for/tested with Windows, and may require some slight modification to work with other OS's.

Currently, NewOCR is being tested against the following fonts:

  • Comic Sans MS
  • Monospaced
  • Verdana
  • Calibri
  • Consolas
  • Courier New

Though the OCR can be trained on many, many other fonts. For more information on fonts used and how they are chosen, see the fonts page of the wiki.

Instructions to get started with using NewOCR and a detailed description of how every piece of the OCR works from start to finish, is available on the wiki: https://wiki.newocr.dev/

The javadocs for the project are available here: https://docs.newocr.dev/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].