-
# OCR을 구현해보자 - 가영아빠 코딩학습
OCR을 구현해보자
[https://hagenti0612.github.io/python/python-ocr/](https://hagenti0612.github.io/python/python-ocr/)
-
### Description of the bug | 错误描述
as reported in issue #708, detection of Umlaut / vowel mutation (äöüÄÜÖ) in German OCR isnt working well. Furthermore, french accents are not well identified (éèÀ);…
-
### **Command Executed**
```bash
python scripts/ocr.py --config=configs/ocr.yaml
```
---
### **Logs**
Below are the logs leading up to the issue:
```/Users/mukesh.kumar/Library/Python/3.11/…
-
I would like to contribute a Python script that captures screenshots and extracts text using Optical Character Recognition (OCR). This would be helpful for users who need to extract text from on-scree…
-
Thanks for your repo! I met with some problems for the first time installing. After compelling, I move the application to the folder. But after I click the button, the error arises
I am wondering i…
-
### Description of the bug | 错误描述
OCR会导致文本识别不全,可能是因为一个span一个span进行ocr识别的原因,如果换成整张图片进行识别的话会出现阅读顺序问题。
### How to reproduce the bug | 如何复现
[印刷体双列24-25.pdf](https://github.com/user-attachments/files/17…
-
### Bug
In case of tables where most of the columns are empty and one column is completely filled, the table that docling extracts truncates the filled column values.
### Steps to reproduce
I ha…
-
### Description of the bug | 错误描述
一张图片里有简体中文、英文、韩文、繁体中文、日文等多种语言 如何进行OCR识别
### How to reproduce the bug | 如何复现
一张图片里有简体中文、英文、韩文、繁体中文、日文等多种语言 如何进行OCR识别
### Operating system | 操作系统
Linux
### Python…
-
I am trying to Dockerize my application and the library I am using requires system dependencies like tesseract-ocr, poppler-utils, libmagic-dev, and libgl1 I tried installing these using dnf and micro…
-
On Open Prices, users upload images of receipt to serve as a "proof" for the price of the product they bought.
Currently, after uploading the proof image, users enter prices of the product one at a ti…