-
```
C:\Users\ww\Desktop\QA\TopSup-master>python GetQuestionTessAndroid.py
采用方式 1 获取截图
Traceback (most recent call last):
File "GetQuestionTessAndroid.py", line 20, in
question, choices = o…
-
File "/home/wushilian/Chinese_OCR/chinese-subtitle-ocr-master/main.py", line 108, in
main()
File "/home/wushilian/Chinese_OCR/chinese-subtitle-ocr-master/main.py", line 56, in main
dete…
-
# 1. 运行环境:
Windows 10
16G RAM
1T Disk
Intel(R) Core(TM) i7-8565U CPU
# 2. 测试代码
```python
import datetime
import time
import paddlehub as hub
import cv2
ocr = hub.M…
-
Hello, in the new version 0.9.6 I encountered a problem: Text detection is failed (EasyOCREngine)
I reinstalled the program several times, it didn’t help, I looked for a solution to this problem from…
-
Really great article and it's a very clear start for me. Thank you!
However, from the AWS console, it shows tesseract still not be installed:
```
START RequestId: d1674504-5404-4809-a941-63fbf94e96…
-
The base seems to be there, would be great, if there was flexibility to provide/extend prompt and expect back a json response.
I would like to send a pdf which has structure, and want gpt to convert …
-
When I use the command python -m ochre.lstm_synced_correct_ocr /path/to/keras/model/file /path/to/text/file/containing/the/characters/in/the/training/data /path/to/ocr/text/file
I receive the mess…
-
Found a bug? Please fill out the sections below. 👍
### Describe the bug
After creating an isolated environment in Anaconda using Python 3.11 (I think, whatever worked I used) and typing operat…
-
The following minimal example (`main.py`)
```python3
import keras_ocr
pipeline = keras_ocr.pipeline.Pipeline()
image_urls = [
"https://i.imgur.com/euIw5Dt.png",
"https://i.imgur.co…
-
from qanything_kernel.utils.loader.self_pdf_loader import PdfLoader
pdf_loader = PdfLoader(filename='tables/table-03d9ec345317b0115180d7dbcf843ef6.pdf')
markdown_directory = pdf_loader.load_to_markd…