image2csv icon indicating copy to clipboard operation
image2csv copied to clipboard

Convert tables stored as images to an usable .csv file

Results 3 image2csv issues
Sort by recently updated
recently updated
newest added

I saw that you are new to coding, so welcome to GitHub ! I listed a few things that you could easily change to improve the quality of your code:...

### When the table contains a slashed zero, Tesseract identifies it as a six. The segmentation does not "erase" a part of the said character and is doing well: ![zeroSeg](https://user-images.githubusercontent.com/78485334/106789818-0826a080-6653-11eb-9809-91e61767c48e.PNG)...

bug

### The pre-processing function of the tool.py file does some image segmentation to each region for Tesseract to identify the region's number. But when the input image has a grid,...

enhancement