All Projects → giscafer → easyocr

giscafer / easyocr

Licence: Apache-2.0 License
easy to ocr

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to easyocr

polling-station-app
Voting station app to redeem the suffrage on the blockchain using a machine readable travel document.
Stars: ✭ 39 (-20.41%)
Mutual labels:  ocr
doctr-tfjs-demo
Javascript demo of docTR, powered by TensorFlowJS
Stars: ✭ 21 (-57.14%)
Mutual labels:  ocr
tutorials
Git Repo for Articles on Ergo Sum blog and the youtube channel https://www.youtube.com/channel/UCiie9CN--dazA7iT2sry5FA
Stars: ✭ 42 (-14.29%)
Mutual labels:  ocr
cordova-plugin-tesseract
Cordova Plugin for OCR process using Tesseract
Stars: ✭ 70 (+42.86%)
Mutual labels:  ocr
KTP-OCR
An Open Source OCR tool for Indonesian ID card (KTP).
Stars: ✭ 48 (-2.04%)
Mutual labels:  ocr
go-ocr
A tool for extracting text from scanned documents (via OCR), with user-defined post-processing.
Stars: ✭ 31 (-36.73%)
Mutual labels:  ocr
R2CNN
caffe re-implementation of R2CNN: Rotational Region CNN for Orientation Robust Scene Text Detection
Stars: ✭ 80 (+63.27%)
Mutual labels:  ocr
scanbot-sdk-example-ionic
Scanbot scanner SDK example app for Ionic with Cordova.
Stars: ✭ 24 (-51.02%)
Mutual labels:  ocr
ibm-cloud-functions-serverless-ocr-openchecks
Serverless bank check deposit processing with object storage and optical character recognition using Apache OpenWhisk powered by IBM Cloud Functions. See the Tech Talk replay for a demo.
Stars: ✭ 40 (-18.37%)
Mutual labels:  ocr
TextBoxGAN
Generate text boxes from input words with a GAN.
Stars: ✭ 50 (+2.04%)
Mutual labels:  ocr
lookup
🔍 Pure Go implementation of fast image search and simple OCR, focused on reading info from screenshots
Stars: ✭ 35 (-28.57%)
Mutual labels:  ocr
proxy-scrape
scrapin' proxies with ocr
Stars: ✭ 20 (-59.18%)
Mutual labels:  ocr
granblue-automation-android
Educational application written in Kotlin aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using MediaProjection, AccessibilityService, and OpenCV.
Stars: ✭ 26 (-46.94%)
Mutual labels:  ocr
ScreencapToTextBot
Reddit bot that takes the screencap of a conversation and converts it in reddit formatted text
Stars: ✭ 12 (-75.51%)
Mutual labels:  ocr
PSENet-Tensorflow
TensorFlow implementation of PSENet text detector (Shape Robust Text Detection with Progressive Scale Expansion Networkt)
Stars: ✭ 51 (+4.08%)
Mutual labels:  ocr
pdf-scripts
📑 Scripts to repair, verify, OCR, compress, wrangle, crop (etc.) PDFs
Stars: ✭ 33 (-32.65%)
Mutual labels:  ocr
python-ocr-example
The code for the blogpost A Python Approach to Character Recognition
Stars: ✭ 54 (+10.2%)
Mutual labels:  ocr
Iron-OCR-Image-to-Text-in-CSharp
Image to Text Tutorial in C# - See https://ironsoftware.com/csharp/ocr/tutorials/how-to-read-text-from-an-image-in-csharp-net/
Stars: ✭ 65 (+32.65%)
Mutual labels:  ocr
Seven-Segment-OCR
Computer vision project to automatically recognize digits characters in a seven-segments display
Stars: ✭ 58 (+18.37%)
Mutual labels:  ocr
deep-text-recognition-benchmark
PyTorch code of my ICDAR 2021 paper Vision Transformer for Fast and Efficient Scene Text Recognition (ViTSTR)
Stars: ✭ 123 (+151.02%)
Mutual labels:  ocr

easyocr

make ocr more easy

Feature

  • image ocr node test/ocr.test.js
  • converting scanned PDF's to an image
  • support pdf ocr node test/pdf.test.js
  • support electron desktop packager

TODO List

  • support export into word

Usage

run source code

  • npm install
  • .\module\config.js 修改百度App ID、App KEY、SECRET KEY 为自己开发者应用配置
  • npm run start

release package

see releases

Dependencies

Windows

pdf 转 图片 依赖三个软件

软件见 ./software/ 目录下,双击安装

  • GraphicsMagick x64
  • Ghostscript 9.23 for Windows x64
  • pdfinfo (这个安装完成后,打开cmd输入pdfinfo回车,如果失败,就到在window环境变量path下,添加该软件安装路径即可,添加完成后,cmd执行pdfinfo测试是否正常)

Ubuntu

sudo apt-get install imagemagick ghostscript poppler-utils

OSX (Yosemite)

brew install imagemagick ghostscript poppler

packager

npm run packager

Screenshot

Buy me a coffee

Buy me a coffee

License

Apache License


giscafer.com  ·  GitHub @giscafer  ·  Twitter @nickbinglao  ·  Weibo @Nickbing_Lao

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].