ocr
Here are 1,559 public repositories matching this topic...
-
Updated
Feb 18, 2020 - Swift
-
Updated
Feb 19, 2020 - C#
From Issue #84, I did pod install, but facing following error:
ld: warning: directory not found for option '-F/Users/mahbub/Library/Developer/Xcode/DerivedData/NavigateMe-ehyamrhmeogwarbxhzbydagosybb/Build/Products/Debug-iphonesimulator/GPUImage'
ld: warning: directory not found for option '-F/Users/mahbub/Library/Developer/Xcode/DerivedData/NavigateMe-ehyamrhmeogwarbxhzbydagosybb/Build/P
line 27 in ctpn/demo.py
if np.linalg.norm(box[0] - box[1]) < 5 or np.linalg.norm(box[3] - box[0]) < 5:
why box[0]-box[1] ?
@eragonruan
Love the interface, looking for information on semi-basic questions.
- This is a fairly fleshed out interface, are there any menu guides?
- What/how is the default document storage location?
- With the given setup/run sh files, how would I go about configuring a connection to my pre-existing database?
-
Updated
Feb 19, 2020 - Python
-
Updated
Feb 19, 2020 - Python
Add a route to GET / on the API, that displays or links to the documentation of the API.
Hi,
There is a typo in readme - demo section (should be _ rather than -)
is:
python3 run_demo_server.py --checkpoint-path /tmp/east_icdar2015_resnet_v1_50_rbox/
and should be:
python3 run_demo_server.py --checkpoint_path /tmp/east_icdar2015_resnet_v1_50_rbox/
also i had to change:
/tmp/east_icdar2015_resnet_v1_50_rbox/
into:
tmp/east_icdar2015_resnet_v1_50_rbox/
-
Updated
Feb 16, 2020 - Java
-
Updated
Feb 19, 2020 - Java
-
Updated
Feb 19, 2020 - PHP
-
Updated
Feb 19, 2020 - Python
-
Updated
Feb 19, 2020 - Python
-
Updated
Feb 19, 2020 - Lua
-
Updated
Feb 19, 2020 - Jupyter Notebook
-
Updated
Jan 14, 2020 - JavaScript
-
Updated
Feb 18, 2020 - JavaScript
I think we should add a paper which is named "Detecting Text in Natural Scenes with
Stroke Width Transform",although,it is very early,lots of classical papers mention it.
address:https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/201020CVPR20TextDetection.pdf
Please provide tesserocr Windows build guide, the the wheel files provided by simonflueckiger/tesserocr-windows_build/releases is one year outdated, I need build guide to create up-to-date wheels , Thanks !
"Our model was trained on 3,000 natural images, including 229 images
from the ICDAR 2013 training set. We collected the other images ourselves and
manually labelled them with text line bounding boxes".
精简版改进
建议精简版抛弃exe,直接打包成压缩文件。再带一个批处理,利用已经安装好的Java环境直接命令行运行。
As the number of feature grows I can barely check for regression bugs. Therefore a test suite should be made with a continuous integration like TravisCI.
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Feb 18, 2020 - Go
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."



Current Behavior:
The the wiki page APIExample, for the python example, the handle api is is run through the
TessBaseAPIDeletefunciton if the api failed to be initialized whereas for the C example below, this is not the case.python: