-2

Is the Dlib library free? Because at the company we have plans to use it to recognize documents with Python.

Where can I find the Dlib license?

megaultron
  • 399
  • 2
  • 15

1 Answers1

1

Yes, it's free. From the home page:

Dlib's open source licensing allows you to use it in any application, free of charge.

Barmar
  • 741,623
  • 53
  • 500
  • 612
  • I just have one question, does the license allow any company to use this library? I read the documentation, but I didn't understand it very well :/ – megaultron Aug 11 '21 at 14:28
  • I'm not a lawyer, but it seems to be pretty clear that any person or organization is allowed. – Barmar Aug 11 '21 at 15:32
  • [opensource.se] or [law.se] would probably be a better place to ask for detailed interpretation. – Barmar Aug 11 '21 at 15:33