You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is the image isn't actually called image.png, it's a long, complex string (think base64) that changes every time. I guess I could do some kind of Get-ChildItem, save the name to a variable, and do more chaining... But a simple "dump in same folder" option would be very useful 😄
Is there a way to output the results.json directly to the current directory?
For example, currently:
C:\ > surya_ocr --results_dir . image.png
saves to C:\image\results.json
Can it simply be C:\results.json?
The text was updated successfully, but these errors were encountered: