Tesseract OCR C#

  Рет қаралды 55,080

VIPICANDMBPRO

VIPICANDMBPRO

Күн бұрын

Пікірлер: 59
@erickcarballo1454
@erickcarballo1454 5 жыл бұрын
Finally, the problem existed because the eng isn´t compatible, then, I download the training file of this video and my program could work. Thank you so much. Awesome video. Excuse me my poor English :D. Like and sub
@duongduc9201
@duongduc9201 6 жыл бұрын
Rất đơn giản dễ hiểu. Cảm ơn bạn nhé.
@victorsantivanez3696
@victorsantivanez3696 5 жыл бұрын
Thank you very much, simple and direct, it was very helpful.
@tomcruise1387
@tomcruise1387 4 жыл бұрын
Does not work for a lot of reason 1) above 3.0.2 we cannot use bitmap in the line engine.process, because we have to convert the bitmap in tesseract .pix ... It is so hard to setup that the only way i got through is to downgrade to 3.0.2 version 2) Now that I am in 3.0.2 I do not have the folders x86 and x64 ! Why ?! I downloaded the tesseract data for 3.0.2 I putted them in the folder "tessdata" and when i try to run the program it says at the new tesseractEngine line: "missingmethodexeption 'Method not found: 'System.Reflection.Emit.AssemblyBuilder System.AppDomain.DefineDynamicAssembly(System.Reflection.AssemblyName, System.Reflection.Emit.AssemblyBuilderAccess)'.' " I'm getting tired of all thoses errors only occuring on my environment...
@VIPICANDMBPRO
@VIPICANDMBPRO 4 жыл бұрын
Hi Tom Firstly I would like apologize for inconvenience. I think you would like you working on the new version but it not worked and you tried my tutorial and somehow visual studio can't download 2 two folder. I recommend you should install `System.Reflection.Emit` by command `Install-Package System.Reflection.Emit -Version 4.7.0`. I'm not sure it will help you resovel version 3.0.2 but you can try it with new version 3.3.0, because Tensseract 3.3.0 have dependencie with `System.Reflection.Emit` Thank you and have a great day. Nuget: www.nuget.org/packages/Tesseract/ Demo: github.com/charlesw/tesseract-samples/blob/master/src/Tesseract.ConsoleDemo/Program.cs
@rwmk3324
@rwmk3324 6 жыл бұрын
Thank you for excellent to training
@Lucifer-wr5ss
@Lucifer-wr5ss 5 жыл бұрын
Is That OCR can capture 'CAPTCHA' image? I study tesserect, with c# winform but....... Just normal image like this youtube can capture and get data, but captcha image cannot get string(or int) data...
@VIPICANDMBPRO
@VIPICANDMBPRO 5 жыл бұрын
Hi Luc! I think it not recognize data in your captcha because your image not contain clean text.
@TheGeardarko
@TheGeardarko 5 жыл бұрын
Gracias me servirá, también funciona con .Net Core
@AMIRKHAN-dm2fm
@AMIRKHAN-dm2fm 6 жыл бұрын
if there are some digits and characters combination the what i can do?
@erickcarballo1454
@erickcarballo1454 5 жыл бұрын
I have a problem with the carpet "tessdata", when i try for charge the image, the program give this error: Failed to initialise tesseract engine. Please, help.
@VIPICANDMBPRO
@VIPICANDMBPRO 5 жыл бұрын
Hi Naruneki Gamer! Sorry late reply! I think you setting wrong path data directory for Tesseract Engine var ocr = new TesseractEngine("./tessdata", "eng", EngineMode.TesseractAndCube); Or you forget download data files for Engine. github.com/tesseract-ocr/tesseract/wiki/Data-Files#data-files-for-version-302 If you have any problem please let me know i will reply soon. Thankyou!
@muhammadwajid3867
@muhammadwajid3867 5 жыл бұрын
great job. bro i want to creat a setup for capture data from a form which is wirtten in handwriting formate what i should do?
@VIPICANDMBPRO
@VIPICANDMBPRO 5 жыл бұрын
Hi Muhammad Wajid! This is a good question! If you would like handwriting recognition you must training new dataset for you. I suggest you learning about TensorFlow or Accord.NET framework. I hope it will help you resolve your issue.
@johnlestercasinillo8036
@johnlestercasinillo8036 6 жыл бұрын
what if im going to regonize an image like skin diseases its my thesis proposal. and i learn a lot watching your video.. i hope you can help me
@deepakgoyal9387
@deepakgoyal9387 2 жыл бұрын
Please send to me the url for download tesseract. Thank You
@VIPICANDMBPRO
@VIPICANDMBPRO 2 жыл бұрын
Hi Deepak Goyal! Here you are! Install Tessseract by Nuget: www.nuget.org/packages/Tesseract/ You can donload file file trainning for vervions 3.0: github.com/tesseract-ocr/tessdoc/blob/main/tess3/Data-Files.md For version 4.0: github.com/tesseract-ocr/tessdata_best
@wjrj8160
@wjrj8160 5 жыл бұрын
An unhandled exception of type 'System.InvalidOperationException' occurred in Tesseract.dll Additional information: Source bitmap's pixel format Format32bppRgb is not supported. my image format .bmp
@VIPICANDMBPRO
@VIPICANDMBPRO 5 жыл бұрын
Hi Wisnu Jati Rogo Juni! Actually i don't know exactly root cause your issue. I'm not sure Tesserect not support bmp format because i never use bmp with Tesseract. But you can try with png format if Tesseract work we can say it not support bmp format. I think my tutorial will working old Tessarct version, If you use new version may be it not work. Please check one more times: 1. Add dataset (tranning file) for Tesseract? 2. Choose any cpu for Visual Studio If you have any problem please comment i will try help you in possible Thank you!
@microsecure2612
@microsecure2612 6 жыл бұрын
is it possible to add a code to this application in order to extract specific area from the image ?
@VIPICANDMBPRO
@VIPICANDMBPRO 6 жыл бұрын
Sorry micro secure! I'm lost this code. But you can you try glass window to get text area. This is my code make glass window with WPF. Thank you for watching! drive.google.com/file/d/1sopx5o-AYD3-skYP9AtwNq-oR8lDyx2F/view?usp=sharing
@aryantrivedi2151
@aryantrivedi2151 7 жыл бұрын
Hi there, I want to build one OCR on which I can train it for multiple types of images. Especially simple captchas. Can you help me?
@VIPICANDMBPRO
@VIPICANDMBPRO 7 жыл бұрын
Sorry Aryan, i can't help you! But i will answer if i find solution. You can try research OpenCV or Aforge.Net, which may be useful.
@shahbazsharif2907
@shahbazsharif2907 6 жыл бұрын
AOA bro i have tried this code in my application but its give me an error why this bro????
@islamidunya114
@islamidunya114 6 жыл бұрын
when i upload image that i was download from internet it is not working why?
@VIPICANDMBPRO
@VIPICANDMBPRO 6 жыл бұрын
Hi Munib Habib! It's only working with image contain clear text, can you show me which image you would like text recognize?
@TheAchyley
@TheAchyley 5 жыл бұрын
How could I use the text as an Integer? This tutorial is awesome
@VIPICANDMBPRO
@VIPICANDMBPRO 5 жыл бұрын
Would you like filter character if character is not number? You can try add this code below orc constructer. orc.SetVariable("tessedit_char_whitelist", "0123456789");
@jacktk3129
@jacktk3129 6 жыл бұрын
can you demo how tesseract works in mvc 6 core?
@VIPICANDMBPRO
@VIPICANDMBPRO 5 жыл бұрын
Sorry, Now I don't have any .NET project when I have .NET project I will try demo tessract on MVC. I think it will working on MVC because Tesseract just a library. If you upload file image on server then server call code Tesseract to recognize character and response result to client. Thank you!
@scull3208
@scull3208 6 жыл бұрын
Hi, can this be used on mobile using xamarin?
@VIPICANDMBPRO
@VIPICANDMBPRO 6 жыл бұрын
Oh! I don't know! But i will try!
@enriquepalomares
@enriquepalomares 6 жыл бұрын
PDF?
@quannguyenquanap5
@quannguyenquanap5 6 жыл бұрын
Thank you so much
@mahmoudameen6232
@mahmoudameen6232 7 жыл бұрын
hello good work but i have an exception An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll Additional information: Exception has been thrown by the target of an invocation.
@VIPICANDMBPRO
@VIPICANDMBPRO 7 жыл бұрын
Thank you your question! I think you should install "Visual C++ Redistributable Packages" for Visual Studio You can download here:www.microsoft.com/en-us/download/details.aspx?id=48145 You can reference this link: github.com/charlesw/tesseract/issues/245 I hope you can fix it!
@mahmoudameen6232
@mahmoudameen6232 7 жыл бұрын
thank you for your interesting it's working
@thekeacademy4444
@thekeacademy4444 6 жыл бұрын
i have a same problem. can u guide me?
@sangkv97
@sangkv97 6 жыл бұрын
anh đã thử với biển số xe chưa ạ . Em có thử trên xamarin nhưng kết quả không ổn lắm
@VIPICANDMBPRO
@VIPICANDMBPRO 6 жыл бұрын
Mình vẫn chưa thử chạy trên Xamarin! Cái này phụ thuộc yếu tố môi trường nhiều lắm bạn! Thường thấy người ta dụng API có license để làm việc. Mình phải xử lý ảnh trước đó rồi mới đưa cho thăng Tesseract xử lý nếu bạn đưa thẳng cho nó thì không khả thi.Cám ơn bạn đã quang tâm. À bạn có thể tìm hiểu thêm về OpenCV hoặc EmguCV để xử lý ảnh trước khi dùng Tesseract để nhận diện ký tự!
@sangkv97
@sangkv97 6 жыл бұрын
Rất cảm ơn anh đã hồi đáp . Em sẽ thử qua tesseract một lần nữa . Nếu không khả thi , em sẽ chuyển qua API . Cảm ơn anh . chúc anh thành công !
@letricuong2806
@letricuong2806 6 жыл бұрын
@@VIPICANDMBPRO Cái này không đọc chính xác lắm, có lẽ do font. Mình đã tách ảnh số thành ảnh binary rất rõ nhưng hay đọc lẫn lộn. Đang tìm cách tranining
@VIPICANDMBPRO
@VIPICANDMBPRO 6 жыл бұрын
Đúng rồi bạn nó phụ thuộc vào hình chúa ký tự phải rõ ràng và thuộc tập xác định của file tranning.
@abdelekbirmsadder5426
@abdelekbirmsadder5426 5 жыл бұрын
hello thank for you job ,i have dowloand you project its verry simple but when i execute it have this exception:(Exception has been thrown by the target of an invocation). thank you responce.
@VIPICANDMBPRO
@VIPICANDMBPRO 5 жыл бұрын
Hi abdelekbir msadder! You can try build with "Any CPU" or other x64 on Visual Studio. You can see it near run button on Visual Studio. Let me know if you have any problem.
@abdelekbirmsadder5426
@abdelekbirmsadder5426 5 жыл бұрын
@@VIPICANDMBPRO Hello ,Accuatly you verry good man your project will hope me verry well in the future i'm just beggenner in c# programming keep working ,thank you .from morocco
@samrakhan3326
@samrakhan3326 5 жыл бұрын
thanks sir for all tutorials of emgu cv.These help me alot...i m working on currrency detection in emgu cv...can you help me that how i extract text from currency...i m cropping the text part of currency..for example in pakistani currrency case Serial nmbr i want to be extract from lower back portion of note....can Anyone help me???
@AllstarChannelV
@AllstarChannelV 7 жыл бұрын
not work in Thai Languege : (
@drekthgrek5896
@drekthgrek5896 6 жыл бұрын
You meant Language, right?
@AllstarChannelV
@AllstarChannelV 6 жыл бұрын
Gaming Dudester Yes , sry for my bad eng : (
@sourcephy6208
@sourcephy6208 5 жыл бұрын
Thanks bro
@sarankumar8207
@sarankumar8207 6 жыл бұрын
please try to provide audio
@shahbazsharif2907
@shahbazsharif2907 6 жыл бұрын
Sorry Bro it's working i just put wrong path.....sorry again.....
@rubichac9989
@rubichac9989 5 жыл бұрын
en spanish error
@VIPICANDMBPRO
@VIPICANDMBPRO 5 жыл бұрын
Hi rubi Chac! Sorry I have never used Spanish language so i don't make sure tesseract will working correct! Can you give more information about issue?
@rubichac9989
@rubichac9989 5 жыл бұрын
@@VIPICANDMBPRO Thanks
@rubichac9989
@rubichac9989 5 жыл бұрын
@@VIPICANDMBPRO You will meet some paid OCR?
Optical Character Recognition (OCR) - Computerphile
14:16
Computerphile
Рет қаралды 191 М.
Extract text from images with Tesseract OCR on Windows
18:06
DFIRScience
Рет қаралды 106 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
C# - OCR - Reconhecimento de Caracteres
8:50
ADS NOOBS
Рет қаралды 21 М.
Using Tesseract-OCR to extract text from images
11:29
DFIRScience
Рет қаралды 225 М.
Preparing data for OCR learning algorithm
23:02
yuvalw123
Рет қаралды 131 М.
How Does Optical Character Recognition (OCR) Work?
5:48
Techquickie
Рет қаралды 435 М.
IronOCR Test VisualStudio C#
27:37
Automation Control Hub
Рет қаралды 10 М.
Emgucv # 17: Text character extraction from images
12:46
AKHTAR JAMIL
Рет қаралды 19 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН