Preserving indentation with Tesseract OCR 4.x
问题 I'm struggling with Tesseract OCR. I have a blood examination image, it has a table with indentation. Although tesseract recognizes the characters very well, its structure isn't preserved in the final output. For example, look the lines below "Emocromo con formula" (Eng. Translation: blood count with formula) that are indented. I want to preserve that indentation. I read the other related discussions and I found the option preserve_interword_spaces=1 . The result became slightly better but as