SVG++
tesseract-ocr
Our great sponsors
- Revelo Payroll - Free Global Payroll designed for tech teams
- SonarCloud - Analyze your C and C++ projects with just one click.
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
SVG++ | tesseract-ocr | |
---|---|---|
2 | 114 | |
496 | 53,563 | |
- | 1.1% | |
0.0 | 8.5 | |
about 1 month ago | 8 days ago | |
C++ | C++ | |
Boost Software License 1.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SVG++
-
Plain Text. With Lines
Congratulations, now you replaced a trivial file format that (from a quick glance at the code) needed about ~35 of easily readable and self-contained Lua code to parse with an external dependency that would be much larger and harder to follow and either having (at least) an XML parser as its own dependency or implementing its own XML parsing, as well as being at the mercy of their developers. Also unless you are using some highly popular library, you may end up with some abandoned dependency.
Examples of both are at [0] (C++ based parser, you'd also need to write some bindings for lua) and [1] (Lua based parser for a subset of the format, abandoned for almost a decade).
There are times when using an external dependency might be a good idea, but a text-based file format that describes lines and can be implemented in a few lines of code is not one.
tesseract-ocr
-
So You Decided to Extract Recipe Text From Scans of Your Grandpa's Old Cookbook Using Pytesseract (+ My Grandma's Fig Cake Recipe) (+ Hidden Recipes To Be Found)
Install Google Tesseract OCR (additional info how to install the engine on Linux, Mac OSX and Windows). You must be able to invoke the tesseract command as tesseract. If this isn’t the case, for example because tesseract isn’t in your PATH, you will have to change the “tesseract_cmd” variable pytesseract.pytesseract.tesseract_cmd. Under Debian/Ubuntu you can use the package tesseract-ocr. For Mac OS users. please install homebrew package tesseract.
-
How to ingest image based PDFs into private GPT model?
I’ve used Tesseract for this. It seems to work well with tabular data. https://github.com/tesseract-ocr/tesseract
-
What should I use to take notes in college?
If you go this route, then using an app that can convert your handwritten notes to a digital format (indexed text), will give you a good balance between cognitive processing and efficient data storage/management; you can likely find many such apps on the App Store or Google Play. If you're interested in something more hands-on, on Arch you can probably experiment with Tesseract OCR in an interesting way (Example).
-
Filenames and Pathnames in Shell: How to Do It Correctly
[1] https://github.com/tesseract-ocr/tesseract/issues/3447
Less that 20 years ago. Not a small project.
-
Github packages/Apps that are must have for Physicists using Linux
I have recently discovered a few very helpful github packages which help me make notes while listening to lectures. These would be 1. pix2tex (allows you to scan an equation and convert it to latex) 2. pix2text (allows you to scan an equation with words in it and converts it to latex and text) 3. Tesseract (not really a physics related package, but it does allow me to copy notes from transcripts easily) 4. Mathpix an app that performs all the above mentioned operations better than the packages above, but one which ain't free.
-
Does anyone here has Statement of Purpose or Motivation letter dataset ??
I suggest manually creating a dataset using scribd.com. It offers a free trial period of 30 days, but I am uncertain whether it covers unlimited documents or not. Nevertheless, there are over one million statements of purpose (SOPs) available on the site. You could also use the Scribd downloader. Some documents may be composed of a bunch of images, so you will have to use something like Tesseract OCR.
-
Exploring OCR and text-to-speech in FFMPEG...
The ocr filter in ffmpeg is powered by the Tesseract library. As you will often find in ffmpeg, the build within ffmpeg has only a subset of the functionality of the original library - at least, for the moment. There's always the possibility of APIs being expanded in later ffmpeg releases. And it is open source of course, so there's the option of instigating those changes yourself - or using the original library in conjunction with ffmpeg if that suits your needs better.
-
Need to translate a 200 page book
After that you would use Tesseract-OCR to OCR the pages. Tesseract is a open source multiplatform OCR software. If the typeface is something non standard you would have to train the recognition engine on your data.
-
Are there any OCR and Speech-to-Text services that are privacy friendly?
Decent OCR: https://github.com/tesseract-ocr/tesseract
-
[D] Can I use ML/AI to read the back panels of electronic components?
tesseract-ocr/tesseract: Tesseract Open Source OCR Engine (main repository)
What are some alternatives?
PaddleOCR - Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
pytesseract - A Python wrapper for Google Tesseract
EasyOCR - Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
OpenCV - Open Source Computer Vision Library
Face Recognition - The world's simplest facial recognition api for Python and the command line
Pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration
deep-license-plate-recognition - Automatic License Plate Recognition (ALPR) or Automatic Number Plate Recognition (ANPR) software that works with any camera.
Home Assistant - :house_with_garden: Open source home automation that puts local control and privacy first.
libvips - A fast image processing library with low memory needs.
paperless-ngx - A community-supported supercharged version of paperless: scan, index and archive all your physical documents
Mayan EDMS - Free Open Source Document Management System (mirror, no pull request or issues)
VTK - Mirror of Visualization Toolkit repository