-
**In v3.0**
[READ API](https://westcentralus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-ga/operations/5d986960601faab4bf452005)
we see those Input Requirement
* Supported image…
-
Hello
Is there any reason why the text detection models do not run on ncs2 stick?
Thanks
-
Hello @jpuigcerver .
I've been trying to build a handwritten text recognition model with PyLaia on Google Colab on Dutch transcriptions but I'm failing to do so.
You can see the progress here https…
-
I am a Computer Science student at the University of Bristol who is interested in researching Handwritten Text Recognition and I am currently attempting to evaluate a variety of state-of-the-art model…
-
This is mostly a remark on how you can use ticcl.nf to correct a lexicon-list of words. Piccl is intented for spelling correction at document level. However, it can be applied to a wordlist too and ge…
-
-
facing an error while trying to run the following code:
figs_to_plot = 4
images = []
n = 0
for i in range(0, figs_to_plot):
n = int(random.random()*len(test_ds))
image, _ = test_ds[n]
…
-
Traceback (most recent call last):
File "main.py", line 193, in
main()
File "main.py", line 164, in main
Model.imgSize, Model.maxTextLen, load_aug=True)
File "C:\Users\hp\Desktop\H…
-
Good work, thanks.
I am using pre-trained models to get text from images. When I was going through the codes on how to do it, I learned that my test images's format has to match the format 'IAMDastas…
-
Hi,
I have been exploring Azure Form Recognizer for one of my project where we wants to perform OCR on some hand written texts.
1. The problem is that when we give scanned images to the tool to …