-
Updated
Jun 10, 2022 - C++
#
ocr
Here are 3,126 public repositories matching this topic...
Tesseract Open Source OCR Engine (main repository)
Pure Javascript OCR for more than 100 Languages 📖 🎉 🖥
-
Updated
May 13, 2022 - JavaScript
good first issue
Good for newcomers
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
productivity
screenshot
share
ocr
imgur
csharp
image-annotation
dropbox
color-picker
ftp
file-upload
file-sharing
url-shortener
screen-recorder
gif
capture
screen-capture
region-capture
gif-recorder
sharex
-
Updated
Jun 8, 2022 - C#
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
python
machine-learning
information-retrieval
data-mining
ocr
deep-learning
image-processing
cnn
pytorch
lstm
optical-character-recognition
crnn
scene-text
scene-text-recognition
easyocr
-
Updated
Jun 3, 2022 - Python
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
javascript
bot
iot
ocr
html5
translation
ai
computer-vision
csharp
algorithms
language-learning
dnn
azure-functions
image-classification
object-detection
luis
bing-search
custom-vision
-
Updated
Oct 25, 2021 - C#
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
-
Updated
Jun 9, 2022 - Python
The Swift machine learning library.
-
Updated
May 3, 2017 - Swift
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
nlp
ocr
language-generation
language-understanding
pre-trained-model
unilm
minilm
layoutlm
s2s-ft
small-pre-trained-model
beit
infoxlm
document-ai
multimodal-pre-trained-model
layoutxlm
trocr
markuplm
vlmo
wavlm
document-image-transformers
-
Updated
Jun 9, 2022 - Python
A supercharged version of paperless: scan, index and archive all your physical documents
search
machine-learning
django
angular
ocr
archiving
full-text-search
dms
document-management-system
-
Updated
Jun 1, 2022 - Python
yolo3+ocr
-
Updated
Mar 10, 2022 - Python
Fast and simple OCR library written in Swift
-
Updated
Dec 13, 2020 - Swift
TNN: developed by Tencent Youtu Lab and Guangying Lab, a uniform deep learning inference framework for mobile、desktop and server. TNN is distinguished by several outstanding features, including its cross-platform capability, high performance, model compression and code pruning. Based on ncnn and Rapidnet, TNN further strengthens the support and performance optimization for mobile devices, and also draws on the advantages of good extensibility and high performance from existed open source efforts. TNN has been deployed in multiple Apps from Tencent, such as Mobile QQ, Weishi, Pitu, etc. Contributions are welcome to work in collaborative with us and make TNN a better framework.
ocr
deep-learning
tensorflow
inference
pytorch
tengine
face-detection
tensorrt
mnn
coreml
ncnn
openvino
hairsegmentaion
-
Updated
Jun 11, 2022 - C++
Transforms PDF, Documents and Images into Enriched Structured Data
-
Updated
Jun 2, 2022 - JavaScript
text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
-
Updated
May 26, 2022 - Python
A Unified Toolkit for Deep Learning Based Document Image Analysis
ocr
computer-vision
deep-learning
object-detection
document-image-processing
layout-analysis
document-layout-analysis
detectron2
layout-parser
layout-detection
-
Updated
May 6, 2022 - Python
Text recognition (optical character recognition) with deep learning methods.
ocr
recognition
deep-learning
text-recognition
rosetta
ocr-recognition
rare
crnn
scene-text
scene-text-recognition
grcnn
r2am
star-net
iccv2019
-
Updated
May 11, 2022 - Jupyter Notebook
A tensorflow implementation of EAST text detector
-
Updated
Mar 11, 2022 - C++
AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
ocr
solo
text-recognition
object-detection
text-detection
instance-segmentation
fcos
abcnet
adelaidet
blendmask
meinst
solov2
condinst
boxinst
densecl
-
Updated
Apr 16, 2022 - Python
[python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别
-
Updated
Aug 13, 2019 - Python
gaotongxiao
commented
Jul 5, 2021
Hi all,
We are asking for help from our community, hoping to provide Chinese documentation to all users. It's not difficult and here is the chance to be one of the contributors of MMOCR, an open-source rising star!
Here is a list of documentation needed to be translated:
- docs/getting_started.md
- [docs/ins
Open
Roadmap of MMOCR
10
Open
精简版改进
1
huanghe2015
commented
Jul 26, 2019
建议精简版抛弃exe,直接打包成压缩文件。再带一个批处理,利用已经安装好的Java环境直接命令行运行。
good first issue
Good for newcomers
[验证码识别-训练] This project is based on CNN/ResNet/DenseNet+GRU/LSTM+CTC/CrossEntropy to realize verification code identification. This project is only for training the model.
-
Updated
Mar 9, 2022 - Python
Improve this page
Add a description, image, and links to the ocr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ocr topic, visit your repo's landing page and select "manage topics."
1、在使用PPOCRLabel进行图像标注的时候,图像上有很多文字有识别的需求,但有些位置的文字没有识别的需求,那么在进行标注的时候是否还需要对没有识别需求位置的文字进行标注呢?
2、在使用PPOCRLabel进行自动标注后,有些位置的文字被标注上了,但是还额外框住了其他不是文字的图案(软件的文字识别能够识别到正确的文字,但是这种情况出现的次数很多),还是否需要对标注框进行调整,来去除掉非文字的图案?不去除的话是否对最终文字识别网络模型造成影响呢?