1

Is there any way to detect scanned document orientation in flutter, There are examples in python Detect image orientation angle based on text direction and How to detect image orientation (text) but is there any way to achieve this in flutter.

Lokesh
  • 385
  • 3
  • 7

1 Answers1

0

One way would be to use a Appwrite function or other service which can use the the same python code and return the orientation to your flutter app. check the docs: https://appwrite.io/docs/functions

tk_tanz
  • 384
  • 2
  • 7