much better bot and ocr
This commit is contained in:
parent
bb8f50116a
commit
6257bcf122
25 changed files with 583 additions and 101 deletions
9
src/Poe2Trade.Screen/IOcrEngine.cs
Normal file
9
src/Poe2Trade.Screen/IOcrEngine.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System.Drawing;
|
||||
|
||||
namespace Poe2Trade.Screen;
|
||||
|
||||
public interface IOcrEngine : IDisposable
|
||||
{
|
||||
string Name { get; }
|
||||
OcrResponse Recognize(Bitmap bitmap);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue