rmtheis / android-ocr

Experimental optical character recognition app
Apache License 2.0
2.22k stars 894 forks source link

Show result text in vertical #21

Closed almasmaris closed 9 years ago

almasmaris commented 9 years ago

screenshot_2014-11-14-15-47-36

I'm successfully running ocr app to portrait mode and want to change the view of "ocr result text" (on the right side of the picture "mol! ... bla2") in VERTICAL. So, it will appear in the bottom of translation label.

But, after i change the "Linear Layout" number 2 "orientation" on capture.xml which is the setting of "result text" layout (see picture). The result text does not appear.

capture issue

The result i want: (view from top to bottom):

 Image 

translation label ocr result text ocr result text translation

How do i solve this?

almasmaris commented 9 years ago

I solved this issue.

sorry. my bad.